#B58F33

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

Shades of Hokey Pokey #B58F33

Tints of Hokey Pokey #B58F33

Color information

#B58F33 (or 0xB58F33) is unknown color: approx Hokey Pokey. HEX triplet: B5, 8F and 33. RGB value is (181,143,51). Sum of RGB (Red+Green+Blue) = 181+143+51=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58F33 is #4A70CC. Grayscale: #909090. Windows color (decimal): -4878541 or 3379125. OLE color: 3379125.

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

Color convert

RGB18114351-
CMYK00.210.720.29
HSL42.46º56.03%45.49%-
HSV(B)42.46º71.82%70.98%-
XYZ29.4829.717.31-
YUV143.8775.59154.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.27%
GREEN value IS 143 (56.25% from 255) = 38.13%
BLUE value IS 51 (20.31% from 255) = 13.6%
R=48.27%
G=38.13%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811435100.210.720.2942.4656.0345.49
HexB58F33015481D2a382d
Octal2652176302511035527055
Binary1011010110001111110011010101100100011101101010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F33; }

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

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

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

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

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

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

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

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