#b49237

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

Shades of Hokey Pokey #B49237

Tints of Hokey Pokey #B49237

Color information

#B49237 (or 0xB49237) is unknown color: approx Hokey Pokey. HEX triplet: B4, 92 and 37. RGB value is (180,146,55). Sum of RGB (Red+Green+Blue) = 180+146+55=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B49237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49237 is #4B6DC8. Grayscale: #929292. Windows color (decimal): -4943305 or 3642036. OLE color: 3642036.

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

Color convert

RGB18014655-
CMYK00.190.690.29
HSL43.68º53.19%46.08%-
HSV(B)43.68º69.44%70.59%-
XYZ29.7930.547.94-
YUV145.7976.76152.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 55 (21.88% from 255) = 14.44%
R=47.24%
G=38.32%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801465500.190.690.2943.6853.1946.08
HexB49237013451D2c352e
Octal2642226702310535546556
Binary1011010010010010110111010011100010111101101100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b49237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b49237; }

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

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

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

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

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

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

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

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