#B99339

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

Shades of Hokey Pokey #B99339

Tints of Hokey Pokey #B99339

Color information

#B99339 (or 0xB99339) is unknown color: approx Hokey Pokey. HEX triplet: B9, 93 and 39. RGB value is (185,147,57). Sum of RGB (Red+Green+Blue) = 185+147+57=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B99339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99339 is #466CC6. Grayscale: #949494. Windows color (decimal): -4615367 or 3773369. OLE color: 3773369.

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

Color convert

RGB18514757-
CMYK00.210.690.27
HSL42.19º52.89%47.45%-
HSV(B)42.19º69.19%72.55%-
XYZ31.1831.488.3-
YUV148.176.59154.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.56%
GREEN value IS 147 (57.81% from 255) = 37.79%
BLUE value IS 57 (22.66% from 255) = 14.65%
R=47.56%
G=37.79%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851475700.210.690.2742.1952.8947.45
HexB99339015451B2a352f
Octal2712237102510533526557
Binary1011100110010011111001010101100010111011101010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99339; }

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

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

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

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

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

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

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

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