#BB8E34

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

Shades of Hokey Pokey #BB8E34

Tints of Hokey Pokey #BB8E34

Color information

#BB8E34 (or 0xBB8E34) is unknown color: approx Hokey Pokey. HEX triplet: BB, 8E and 34. RGB value is (187,142,52). Sum of RGB (Red+Green+Blue) = 187+142+52=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8E34 is #4471CB. Grayscale: #919191. Windows color (decimal): -4485580 or 3444411. OLE color: 3444411.

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

Color convert

RGB18714252-
CMYK00.240.720.27
HSL40º56.49%46.86%-
HSV(B)40º72.19%73.33%-
XYZ30.7930.167.45-
YUV145.275.41157.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 142 (55.86% from 255) = 37.27%
BLUE value IS 52 (20.70% from 255) = 13.65%
R=49.08%
G=37.27%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871425200.240.720.274056.4946.86
HexBB8E34018481B28382f
Octal2732166403011033507057
Binary1011101110001110110100011000100100011011101000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8E34; }

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

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

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

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

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

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

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

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