#B49335

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

Shades of Hokey Pokey #B49335

Tints of Hokey Pokey #B49335

Color information

#B49335 (or 0xB49335) is unknown color: approx Hokey Pokey. HEX triplet: B4, 93 and 35. RGB value is (180,147,53). Sum of RGB (Red+Green+Blue) = 180+147+53=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B49335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49335 is #4B6CCA. Grayscale: #929292. Windows color (decimal): -4943051 or 3511220. OLE color: 3511220.

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

Color convert

RGB18014753-
CMYK00.180.710.29
HSL44.41º54.51%45.69%-
HSV(B)44.41º70.56%70.59%-
XYZ29.930.837.74-
YUV146.1575.43152.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 147 (57.81% from 255) = 38.68%
BLUE value IS 53 (21.09% from 255) = 13.95%
R=47.37%
G=38.68%
B=13.95%

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
Decimal1801475300.180.710.2944.4154.5145.69
HexB49335012471D2c372e
Octal2642236502210735546756
Binary1011010010010011110101010010100011111101101100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49335; }

 p { color: rgb(180,147,53); }

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

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

 a { background-color: rgb(180,147,53); }

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

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

 span { border-color: rgb(180,147,53); }

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