#BB9638

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

Shades of Hokey Pokey #BB9638

Tints of Hokey Pokey #BB9638

Color information

#BB9638 (or 0xBB9638) is unknown color: approx Hokey Pokey. HEX triplet: BB, 96 and 38. RGB value is (187,150,56). Sum of RGB (Red+Green+Blue) = 187+150+56=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9638 is #4469C7. Grayscale: #969696. Windows color (decimal): -4483528 or 3708603. OLE color: 3708603.

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

Color convert

RGB18715056-
CMYK00.200.700.27
HSL43.05º53.91%47.65%-
HSV(B)43.05º70.05%73.33%-
XYZ32.1132.668.35-
YUV150.3574.76154.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 56 (22.27% from 255) = 14.25%
R=47.58%
G=38.17%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871505600.200.700.2743.0553.9147.65
HexBB9638014461B2b3630
Octal2732267002410633536660
Binary1011101110010110111000010100100011011011101011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9638; }

 p { color: rgb(187,150,56); }

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

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

 a { background-color: rgb(187,150,56); }

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

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

 span { border-color: rgb(187,150,56); }

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