Color Hex Logo

#bb6b44 Color Hex

#BB6B44
(187,107,68)
0 Favorites   0 Comments

Color spaces of #bb6b44

RGB 18710768
HSL0.050.470.50
HSV20°64°73°
CMYK 0.000.430.64   0.27
XYZ26.794621.49758.2061
Yxy21.49750.47430.3805
Hunter Lab46.365422.015821.9622
CIE-Lab53.489728.323635.3296

#bb6b44 color RGB value is (187,107,68).

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

The process color (four color CMYK) of #bb6b44 color hex is 0.00, 0.43, 0.64, 0.27. Web safe color of #bb6b44 is #cc6633. Color #bb6b44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101011 01000100
Octal 273 153 104
Decimal 187 107 68
Hex BB 6B 44

RGB Percentages of Color #bb6b44

%51.66
%29.56
%18.78

CMYK Percentages of Color #bb6b44

%0
%43
%64
%27

Triadic Colors of #bb6b44

#bb6b44 #44bb6b #6b44bb

Analogous Colors of #bb6b44

#bb6b44 #bba744 #bb4459

Monochromatic Colors of #bb6b44

#bb6b44

Complementary Color

#bb6b44 #4494bb

#bb6b44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6b44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6b44 Color CSS Codes

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

#bb6b44 Text Font Color

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

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


#bb6b44 Background Color

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

This div background color is #bb6b44


#bb6b44 Border Color

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

This div border color is #bb6b44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6b44


Comments

No comments written yet.

Please login to write comment.