Color Hex Logo

#bb643b Color Hex

#BB643B
(187,100,59)
0 Favorites   0 Comments

Color spaces of #bb643b

RGB 18710059
HSL0.050.520.48
HSV19°68°73°
CMYK 0.000.470.68   0.27
XYZ25.840119.99496.6352
Yxy19.99490.49250.3811
Hunter Lab44.715724.898422.5031
CIE-Lab51.831431.531338.2472

#bb643b color RGB value is (187,100,59).

#bb643b hex color red value is 187, green value is 100 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bb643b hue: 0.05 , saturation: 0.52 and the lightness value of bb643b is 0.48.

The process color (four color CMYK) of #bb643b color hex is 0.00, 0.47, 0.68, 0.27. Web safe color of #bb643b is #cc6633. Color #bb643b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100100 00111011
Octal 273 144 73
Decimal 187 100 59
Hex BB 64 3B

RGB Percentages of Color #bb643b

%54.05
%28.90
%17.05

CMYK Percentages of Color #bb643b

%0
%47
%68
%27

Triadic Colors of #bb643b

#bb643b #3bbb64 #643bbb

Analogous Colors of #bb643b

#bb643b #bba43b #bb3b52

Monochromatic Colors of #bb643b

#bb643b

Complementary Color

#bb643b #3b92bb

#bb643b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb643b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb643b Color CSS Codes

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

#bb643b Text Font Color

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

This sample text font color is #bb643b
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.


#bb643b Background Color

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

This div background color is #bb643b


#bb643b Border Color

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

This div border color is #bb643b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,100,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb643b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb643b;
  -webkit-box-shadow: 1px 1px 3px 2px #bb643b;
  box-shadow:         1px 1px 3px 2px #bb643b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,100,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb643b


Comments

No comments written yet.

Please login to write comment.