#B99039

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

Shades of Hokey Pokey #B99039

Tints of Hokey Pokey #B99039

Color information

#B99039 (or 0xB99039) is unknown color: approx Hokey Pokey. HEX triplet: B9, 90 and 39. RGB value is (185,144,57). Sum of RGB (Red+Green+Blue) = 185+144+57=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B99039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99039 is #466FC6. Grayscale: #929292. Windows color (decimal): -4616135 or 3772601. OLE color: 3772601.

HSL color Cylindrical-coordinate representation of color #B99039: hue angle of 40.78º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B99039 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB18514457-
CMYK00.220.690.27
HSL40.78º52.89%47.45%-
HSV(B)40.78º69.19%72.55%-
XYZ30.7230.568.15-
YUV146.3477.58155.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.93%
GREEN value IS 144 (56.64% from 255) = 37.31%
BLUE value IS 57 (22.66% from 255) = 14.77%
R=47.93%
G=37.31%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851445700.220.690.2740.7852.8947.45
HexB99039016451B29352f
Octal2712207102610533516557
Binary1011100110010000111001010110100010111011101001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99039; }

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

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

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

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

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

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

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

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