Color Hex Logo

#bb903a Color Hex

#BB903A
(187,144,58)
0 Favorites   0 Comments

Color spaces of #bb903a

RGB 18714458
HSL0.110.530.48
HSV40°69°73°
CMYK 0.000.230.69   0.27
XYZ31.230530.81688.3052
Yxy30.81680.44390.4380
Hunter Lab55.51293.273229.9887
CIE-Lab62.35277.297650.2718

#bb903a color RGB value is (187,144,58).

#bb903a hex color red value is 187, green value is 144 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bb903a hue: 0.11 , saturation: 0.53 and the lightness value of bb903a is 0.48.

The process color (four color CMYK) of #bb903a color hex is 0.00, 0.23, 0.69, 0.27. Web safe color of #bb903a is #cc9933. Color #bb903a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010000 00111010
Octal 273 220 72
Decimal 187 144 58
Hex BB 90 3A

RGB Percentages of Color #bb903a

%48.07
%37.02
%14.91

CMYK Percentages of Color #bb903a

%0
%23
%69
%27

Triadic Colors of #bb903a

#bb903a #3abb90 #903abb

Analogous Colors of #bb903a

#bb903a #a6bb3a #bb4f3a

Monochromatic Colors of #bb903a

#bb903a

Complementary Color

#bb903a #3a65bb

#bb903a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb903a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb903a Color CSS Codes

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

#bb903a Text Font Color

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

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


#bb903a Background Color

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

This div background color is #bb903a


#bb903a Border Color

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

This div border color is #bb903a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb903a


Comments

No comments written yet.

Please login to write comment.