Color Hex Logo

#b6633a Color Hex

#B6633A
(182,99,58)
0 Favorites   0 Comments

Color spaces of #b6633a

RGB 1829958
HSL0.060.520.47
HSV20°68°71°
CMYK 0.000.460.68   0.29
XYZ24.517019.17436.4118
Yxy19.17430.48930.3827
Hunter Lab43.788523.311721.9703
CIE-Lab50.890529.961537.5182

#b6633a color RGB value is (182,99,58).

#b6633a hex color red value is 182, green value is 99 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b6633a hue: 0.06 , saturation: 0.52 and the lightness value of b6633a is 0.47.

The process color (four color CMYK) of #b6633a color hex is 0.00, 0.46, 0.68, 0.29. Web safe color of #b6633a is #cc6633. Color #b6633a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100011 00111010
Octal 266 143 72
Decimal 182 99 58
Hex B6 63 3A

RGB Percentages of Color #b6633a

%53.69
%29.20
%17.11

CMYK Percentages of Color #b6633a

%0
%46
%68
%29

Triadic Colors of #b6633a

#b6633a #3ab663 #633ab6

Analogous Colors of #b6633a

#b6633a #b6a13a #b63a4f

Monochromatic Colors of #b6633a

#b6633a

Complementary Color

#b6633a #3a8db6

#b6633a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6633a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6633a Color CSS Codes

.mybgcolor {background-color:#b6633a; } 
.myforecolor {color:#b6633a; }
.mybordercolor {border:3px solid #b6633a; }

#b6633a Text Font Color

<p style="color:#b6633a">Text here</p>

This sample text font color is #b6633a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b6633a Background Color

<div style="background-color:#b6633a">
Div content here</div>

This div background color is #b6633a


#b6633a Border Color

<div style="border:3px solid #b6633a">
Div here</div>

This div border color is #b6633a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,99,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6633a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6633a;
  -webkit-box-shadow: 1px 1px 3px 2px #b6633a;
  box-shadow:         1px 1px 3px 2px #b6633a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,99,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b6633a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b6633a;
  -webkit-box-shadow: 1px 1px 3px 2px #b6633a;
  box-shadow:         1px 1px 3px 2px #b6633a;">
Div content here</div>

This div box has shadow with color #b6633a


Comments

No comments written yet.

Please login to write comment.