Color Hex Logo

#bb762a Color Hex

#BB762A
(187,118,42)
0 Favorites   0 Comments

Color spaces of #bb762a

RGB 18711842
HSL0.090.630.45
HSV31°78°73°
CMYK 0.000.370.78   0.27
XYZ27.389923.68885.3193
Yxy23.68880.48570.4200
Hunter Lab48.671115.277227.5900
CIE-Lab55.774920.884150.6367

#bb762a color RGB value is (187,118,42).

#bb762a hex color red value is 187, green value is 118 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bb762a hue: 0.09 , saturation: 0.63 and the lightness value of bb762a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110110 00101010
Octal 273 166 52
Decimal 187 118 42
Hex BB 76 2A

RGB Percentages of Color #bb762a

%53.89
%34.01
%12.10

CMYK Percentages of Color #bb762a

%0
%37
%78
%27

Triadic Colors of #bb762a

#bb762a #2abb76 #762abb

Analogous Colors of #bb762a

#bb762a #b8bb2a #bb2d2a

Monochromatic Colors of #bb762a

#bb762a

Complementary Color

#bb762a #2a6fbb

#bb762a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb762a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb762a Color CSS Codes

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

#bb762a Text Font Color

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

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


#bb762a Background Color

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

This div background color is #bb762a


#bb762a Border Color

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

This div border color is #bb762a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb762a


Comments

No comments written yet.

Please login to write comment.