#B49434

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

Shades of Hokey Pokey #B49434

Tints of Hokey Pokey #B49434

Color information

#B49434 (or 0xB49434) is unknown color: approx Hokey Pokey. HEX triplet: B4, 94 and 34. RGB value is (180,148,52). Sum of RGB (Red+Green+Blue) = 180+148+52=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B49434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49434 is #4B6BCB. Grayscale: #939393. Windows color (decimal): -4942796 or 3445940. OLE color: 3445940.

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

Color convert

RGB18014852-
CMYK00.180.710.29
HSL45º55.17%45.49%-
HSV(B)45º71.11%70.59%-
XYZ30.0331.137.67-
YUV146.6274.6151.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 52 (20.70% from 255) = 13.68%
R=47.37%
G=38.95%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801485200.180.710.294555.1745.49
HexB49434012471D2d372d
Octal2642246402210735556755
Binary1011010010010100110100010010100011111101101101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49434; }

 p { color: rgb(180,148,52); }

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

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

 a { background-color: rgb(180,148,52); }

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

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

 span { border-color: rgb(180,148,52); }

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