#BB8D39

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

Shades of Hokey Pokey #BB8D39

Tints of Hokey Pokey #BB8D39

Color information

#BB8D39 (or 0xBB8D39) is unknown color: approx Hokey Pokey. HEX triplet: BB, 8D and 39. RGB value is (187,141,57). Sum of RGB (Red+Green+Blue) = 187+141+57=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8D39 is #4472C6. Grayscale: #919191. Windows color (decimal): -4485831 or 3771835. OLE color: 3771835.

HSL color Cylindrical-coordinate representation of color #BB8D39: hue angle of 38.77º 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 #BB8D39 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18714157-
CMYK00.250.700.27
HSL38.77º53.28%47.84%-
HSV(B)38.77º69.52%73.33%-
XYZ30.7629.918.02-
YUV145.1878.24157.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 141 (55.47% from 255) = 36.62%
BLUE value IS 57 (22.66% from 255) = 14.81%
R=48.57%
G=36.62%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871415700.250.700.2738.7753.2847.84
HexBB8D39019461B273530
Octal2732157103110633476560
Binary1011101110001101111001011001100011011011100111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8D39; }

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

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

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

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

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

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

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

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