#B99237

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

Shades of Hokey Pokey #B99237

Tints of Hokey Pokey #B99237

Color information

#B99237 (or 0xB99237) is unknown color: approx Hokey Pokey. HEX triplet: B9, 92 and 37. RGB value is (185,146,55). Sum of RGB (Red+Green+Blue) = 185+146+55=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B99237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99237 is #466DC8. Grayscale: #939393. Windows color (decimal): -4615625 or 3642041. OLE color: 3642041.

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

Color convert

RGB18514655-
CMYK00.210.700.27
HSL42º54.17%47.06%-
HSV(B)42º70.27%72.55%-
XYZ30.9831.157.99-
YUV147.2975.92154.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.93%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 55 (21.88% from 255) = 14.25%
R=47.93%
G=37.82%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851465500.210.700.274254.1747.06
HexB99237015461B2a362f
Octal2712226702510633526657
Binary1011100110010010110111010101100011011011101010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99237; }

 p { color: rgb(185,146,55); }

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

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

 a { background-color: rgb(185,146,55); }

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

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

 span { border-color: rgb(185,146,55); }

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