#B49232

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

Shades of Hokey Pokey #B49232

Tints of Hokey Pokey #B49232

Color information

#B49232 (or 0xB49232) is unknown color: approx Hokey Pokey. HEX triplet: B4, 92 and 32. RGB value is (180,146,50). Sum of RGB (Red+Green+Blue) = 180+146+50=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B49232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49232 is #4B6DCD. Grayscale: #919191. Windows color (decimal): -4943310 or 3314356. OLE color: 3314356.

HSL color Cylindrical-coordinate representation of color #B49232: hue angle of 44.31º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B49232 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB18014650-
CMYK00.190.720.29
HSL44.31º56.52%45.1%-
HSV(B)44.31º72.22%70.59%-
XYZ29.6830.497.34-
YUV145.2274.26152.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 50 (19.92% from 255) = 13.30%
R=47.87%
G=38.83%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801465000.190.720.2944.3156.5245.1
HexB49232013481D2c392d
Octal2642226202311035547155
Binary1011010010010010110010010011100100011101101100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49232; }

 p { color: rgb(180,146,50); }

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

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

 a { background-color: rgb(180,146,50); }

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

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

 span { border-color: rgb(180,146,50); }

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