#B59533

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

Shades of Hokey Pokey #B59533

Tints of Hokey Pokey #B59533

Color information

#B59533 (or 0xB59533) is unknown color: approx Hokey Pokey. HEX triplet: B5, 95 and 33. RGB value is (181,149,51). Sum of RGB (Red+Green+Blue) = 181+149+51=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B59533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59533 is #4A6ACC. Grayscale: #939393. Windows color (decimal): -4877005 or 3380661. OLE color: 3380661.

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

Color convert

RGB18114951-
CMYK00.180.720.29
HSL45.23º56.03%45.49%-
HSV(B)45.23º71.82%70.98%-
XYZ30.431.567.62-
YUV147.473.6151.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 149 (58.59% from 255) = 39.11%
BLUE value IS 51 (20.31% from 255) = 13.39%
R=47.51%
G=39.11%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811495100.180.720.2945.2356.0345.49
HexB59533012481D2d382d
Octal2652256302211035557055
Binary1011010110010101110011010010100100011101101101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59533; }

 p { color: rgb(181,149,51); }

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

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

 a { background-color: rgb(181,149,51); }

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

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

 span { border-color: rgb(181,149,51); }

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