#B99333

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

Shades of Hokey Pokey #B99333

Tints of Hokey Pokey #B99333

Color information

#B99333 (or 0xB99333) is unknown color: approx Hokey Pokey. HEX triplet: B9, 93 and 33. RGB value is (185,147,51). Sum of RGB (Red+Green+Blue) = 185+147+51=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B99333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99333 is #466CCC. Grayscale: #939393. Windows color (decimal): -4615373 or 3380153. OLE color: 3380153.

HSL color Cylindrical-coordinate representation of color #B99333: hue angle of 42.99º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B99333 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18514751-
CMYK00.210.720.27
HSL42.99º56.78%46.27%-
HSV(B)42.99º72.43%72.55%-
XYZ31.0431.427.56-
YUV147.4273.59154.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.30%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 51 (20.31% from 255) = 13.32%
R=48.30%
G=38.38%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851475100.210.720.2742.9956.7846.27
HexB99333015481B2b392e
Octal2712236302511033537156
Binary1011100110010011110011010101100100011011101011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99333; }

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

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

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

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

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

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

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

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