Color Hex Logo

#bb773f Color Hex

#BB773F
(187,119,63)
0 Favorites   0 Comments

Color spaces of #bb773f

RGB 18711963
HSL0.080.500.49
HSV27°66°73°
CMYK 0.000.360.66   0.27
XYZ27.987524.11737.8826
Yxy24.11730.46660.4020
Hunter Lab49.109415.786024.8599
CIE-Lab56.205021.414541.1362

#bb773f color RGB value is (187,119,63).

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

The process color (four color CMYK) of #bb773f color hex is 0.00, 0.36, 0.66, 0.27. Web safe color of #bb773f is #cc6633. Color #bb773f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110111 00111111
Octal 273 167 77
Decimal 187 119 63
Hex BB 77 3F

RGB Percentages of Color #bb773f

%50.68
%32.25
%17.07

CMYK Percentages of Color #bb773f

%0
%36
%66
%27

Triadic Colors of #bb773f

#bb773f #3fbb77 #773fbb

Analogous Colors of #bb773f

#bb773f #bbb53f #bb3f45

Monochromatic Colors of #bb773f

#bb773f

Complementary Color

#bb773f #3f83bb

#bb773f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb773f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb773f Color CSS Codes

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

#bb773f Text Font Color

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

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


#bb773f Background Color

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

This div background color is #bb773f


#bb773f Border Color

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

This div border color is #bb773f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb773f


Comments

No comments written yet.

Please login to write comment.