Color Hex Logo

#bb763c Color Hex

#BB763C
(187,118,60)
0 Favorites   0 Comments

Color spaces of #bb763c

RGB 18711860
HSL0.080.510.48
HSV27°68°73°
CMYK 0.000.370.68   0.27
XYZ27.787623.84797.4135
Yxy23.84790.47060.4039
Hunter Lab48.834316.109725.1832
CIE-Lab55.935221.783842.3583

#bb763c color RGB value is (187,118,60).

#bb763c hex color red value is 187, green value is 118 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bb763c hue: 0.08 , saturation: 0.51 and the lightness value of bb763c is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110110 00111100
Octal 273 166 74
Decimal 187 118 60
Hex BB 76 3C

RGB Percentages of Color #bb763c

%51.23
%32.33
%16.44

CMYK Percentages of Color #bb763c

%0
%37
%68
%27

Triadic Colors of #bb763c

#bb763c #3cbb76 #763cbb

Analogous Colors of #bb763c

#bb763c #bbb63c #bb3c41

Monochromatic Colors of #bb763c

#bb763c

Complementary Color

#bb763c #3c81bb

#bb763c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb763c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb763c Color CSS Codes

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

#bb763c Text Font Color

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

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


#bb763c Background Color

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

This div background color is #bb763c


#bb763c Border Color

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

This div border color is #bb763c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb763c


Comments

No comments written yet.

Please login to write comment.