#B99036

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

Shades of Hokey Pokey #B99036

Tints of Hokey Pokey #B99036

Color information

#B99036 (or 0xB99036) is unknown color: approx Hokey Pokey. HEX triplet: B9, 90 and 36. RGB value is (185,144,54). Sum of RGB (Red+Green+Blue) = 185+144+54=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B99036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99036 is #466FC9. Grayscale: #929292. Windows color (decimal): -4616138 or 3575993. OLE color: 3575993.

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

Color convert

RGB18514454-
CMYK00.220.710.27
HSL41.22º54.81%46.86%-
HSV(B)41.22º70.81%72.55%-
XYZ30.6530.537.77-
YUV14676.08155.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.30%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 54 (21.48% from 255) = 14.10%
R=48.30%
G=37.60%
B=14.10%

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
Decimal1851445400.220.710.2741.2254.8146.86
HexB99036016471B29372f
Octal2712206602610733516757
Binary1011100110010000110110010110100011111011101001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99036; }

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

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

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

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

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

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

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

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