#BB8E37

Color #BB8E37 Hokey Pokey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hokey Pokey #BB8E37

Tints of Hokey Pokey #BB8E37

Color information

#BB8E37 (or 0xBB8E37) is unknown color: approx Hokey Pokey. HEX triplet: BB, 8E and 37. RGB value is (187,142,55). Sum of RGB (Red+Green+Blue) = 187+142+55=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 55 (21.88% from 255 or 14.32% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8E37 is #4471C8. Grayscale: #919191. Windows color (decimal): -4485577 or 3641019. OLE color: 3641019.

HSL color Cylindrical-coordinate representation of color #BB8E37: hue angle of 39.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB8E37 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB18714255-
CMYK00.240.710.27
HSL39.55º54.55%47.45%-
HSV(B)39.55º70.59%73.33%-
XYZ30.8630.197.81-
YUV145.5476.91157.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 48.70%
GREEN value IS 142 (55.86% from 255) = 36.98%
BLUE value IS 55 (21.88% from 255) = 14.32%
R=48.70%
G=36.98%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871425500.240.710.2739.5554.5547.45
HexBB8E37018471B28372f
Octal2732166703010733506757
Binary1011101110001110110111011000100011111011101000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8E37; }

 p { color: rgb(187,142,55); }

 H1.HeaderClassName
 {
   color: #BB8E37;
 }
 .AnyTagClassName
 {
   color: #BB8E37;
 }
</style>
background-color css

<style>
 a { background-color: #BB8E37; }

 a { background-color: rgb(187,142,55); }

 div.DivClassName
 {
   background-color: #BB8E37;
 }
 .BgClassName
 {
   background-color: #BB8E37;
 }
</style>
border-color css

<style>
 span { border-color: #BB8E37; }

 span { border-color: rgb(187,142,55); }

 td.TdClassName
 {
   border-color: #BB8E37;
 }
 .TagClassName
 {
   border-color: #BB8E37;
 }
</style>