#B49037

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

Shades of Hokey Pokey #B49037

Tints of Hokey Pokey #B49037

Color information

#B49037 (or 0xB49037) is unknown color: approx Hokey Pokey. HEX triplet: B4, 90 and 37. RGB value is (180,144,55). Sum of RGB (Red+Green+Blue) = 180+144+55=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B49037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49037 is #4B6FC8. Grayscale: #919191. Windows color (decimal): -4943817 or 3641524. OLE color: 3641524.

HSL color Cylindrical-coordinate representation of color #B49037: hue angle of 42.72º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B49037 is Cyan = 0, Magento = 0.2, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18014455-
CMYK00.20.690.29
HSL42.72º53.19%46.08%-
HSV(B)42.72º69.44%70.59%-
XYZ29.4929.937.84-
YUV144.6277.43153.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 144 (56.64% from 255) = 37.99%
BLUE value IS 55 (21.88% from 255) = 14.51%
R=47.49%
G=37.99%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801445500.20.690.2942.7253.1946.08
HexB49037014451D2b352e
Octal2642206702410535536556
Binary1011010010010000110111010100100010111101101011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49037; }

 p { color: rgb(180,144,55); }

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

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

 a { background-color: rgb(180,144,55); }

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

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

 span { border-color: rgb(180,144,55); }

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