Color Hex Logo

#bb643e Color Hex

#BB643E
(187,100,62)
0 Favorites   0 Comments

Color spaces of #bb643e

RGB 18710062
HSL0.050.500.49
HSV18°67°73°
CMYK 0.000.470.67   0.27
XYZ25.920220.02697.0569
Yxy20.02690.48900.3778
Hunter Lab44.751425.072921.9765
CIE-Lab51.867631.709736.6763

#bb643e color RGB value is (187,100,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100100 00111110
Octal 273 144 76
Decimal 187 100 62
Hex BB 64 3E

RGB Percentages of Color #bb643e

%53.58
%28.65
%17.77

CMYK Percentages of Color #bb643e

%0
%47
%67
%27

Triadic Colors of #bb643e

#bb643e #3ebb64 #643ebb

Analogous Colors of #bb643e

#bb643e #bba33e #bb3e56

Monochromatic Colors of #bb643e

#bb643e

Complementary Color

#bb643e #3e95bb

#bb643e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb643e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb643e Color CSS Codes

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

#bb643e Text Font Color

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

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


#bb643e Background Color

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

This div background color is #bb643e


#bb643e Border Color

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

This div border color is #bb643e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb643e


Comments

No comments written yet.

Please login to write comment.