#BB8E39

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

Shades of Hokey Pokey #BB8E39

Tints of Hokey Pokey #BB8E39

Color information

#BB8E39 (or 0xBB8E39) is unknown color: approx Hokey Pokey. HEX triplet: BB, 8E and 39. RGB value is (187,142,57). Sum of RGB (Red+Green+Blue) = 187+142+57=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8E39 is #4471C6. Grayscale: #929292. Windows color (decimal): -4485575 or 3772091. OLE color: 3772091.

HSL color Cylindrical-coordinate representation of color #BB8E39: hue angle of 39.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB8E39 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18714257-
CMYK00.240.700.27
HSL39.23º53.28%47.84%-
HSV(B)39.23º69.52%73.33%-
XYZ30.9130.218.07-
YUV145.7677.91157.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.45%
GREEN value IS 142 (55.86% from 255) = 36.79%
BLUE value IS 57 (22.66% from 255) = 14.77%
R=48.45%
G=36.79%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871425700.240.700.2739.2353.2847.84
HexBB8E39018461B273530
Octal2732167103010633476560
Binary1011101110001110111001011000100011011011100111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8E39; }

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

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

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

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

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

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

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

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