#B99236

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

Shades of Hokey Pokey #B99236

Tints of Hokey Pokey #B99236

Color information

#B99236 (or 0xB99236) is unknown color: approx Hokey Pokey. HEX triplet: B9, 92 and 36. RGB value is (185,146,54). Sum of RGB (Red+Green+Blue) = 185+146+54=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B99236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99236 is #466DC9. Grayscale: #939393. Windows color (decimal): -4615626 or 3576505. OLE color: 3576505.

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

Color convert

RGB18514654-
CMYK00.210.710.27
HSL42.14º54.81%46.86%-
HSV(B)42.14º70.81%72.55%-
XYZ30.9531.147.87-
YUV147.1775.42154.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 54 (21.48% from 255) = 14.03%
R=48.05%
G=37.92%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851465400.210.710.2742.1454.8146.86
HexB99236015471B2a372f
Octal2712226602510733526757
Binary1011100110010010110110010101100011111011101010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99236; }

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

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

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

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

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

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

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

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