#BB9236

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

Shades of Hokey Pokey #BB9236

Tints of Hokey Pokey #BB9236

Color information

#BB9236 (or 0xBB9236) is unknown color: approx Hokey Pokey. HEX triplet: BB, 92 and 36. RGB value is (187,146,54). Sum of RGB (Red+Green+Blue) = 187+146+54=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9236 is #446DC9. Grayscale: #949494. Windows color (decimal): -4484554 or 3576507. OLE color: 3576507.

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

Color convert

RGB18714654-
CMYK00.220.710.27
HSL41.5º55.19%47.25%-
HSV(B)41.5º71.12%73.33%-
XYZ31.4431.397.89-
YUV147.7775.08155.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 54 (21.48% from 255) = 13.95%
R=48.32%
G=37.73%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871465400.220.710.2741.555.1947.25
HexBB9236016471B2a372f
Octal2732226602610733526757
Binary1011101110010010110110010110100011111011101010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9236; }

 p { color: rgb(187,146,54); }

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

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

 a { background-color: rgb(187,146,54); }

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

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

 span { border-color: rgb(187,146,54); }

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