#B49033

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

Shades of Hokey Pokey #B49033

Tints of Hokey Pokey #B49033

Color information

#B49033 (or 0xB49033) is unknown color: approx Hokey Pokey. HEX triplet: B4, 90 and 33. RGB value is (180,144,51). Sum of RGB (Red+Green+Blue) = 180+144+51=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B49033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49033 is #4B6FCC. Grayscale: #909090. Windows color (decimal): -4943821 or 3379380. OLE color: 3379380.

HSL color Cylindrical-coordinate representation of color #B49033: hue angle of 43.26º degrees, saturation: 0.56, 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 #B49033 is Cyan = 0, Magento = 0.2, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB18014451-
CMYK00.20.720.29
HSL43.26º55.84%45.29%-
HSV(B)43.26º71.67%70.59%-
XYZ29.3929.897.35-
YUV144.1675.43153.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 51 (20.31% from 255) = 13.6%
R=48%
G=38.4%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801445100.20.720.2943.2655.8445.29
HexB49033014481D2b382d
Octal2642206302411035537055
Binary1011010010010000110011010100100100011101101011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49033; }

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

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

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

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

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

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

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

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