#B58A34

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

Shades of Hokey Pokey #B58A34

Tints of Hokey Pokey #B58A34

Color information

#B58A34 (or 0xB58A34) is unknown color: approx Hokey Pokey. HEX triplet: B5, 8A and 34. RGB value is (181,138,52). Sum of RGB (Red+Green+Blue) = 181+138+52=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58A34 is #4A75CB. Grayscale: #8D8D8D. Windows color (decimal): -4879820 or 3443381. OLE color: 3443381.

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

Color convert

RGB18113852-
CMYK00.240.710.29
HSL40º55.36%45.69%-
HSV(B)40º71.27%70.98%-
XYZ28.7628.257.19-
YUV141.0577.75156.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 52 (20.70% from 255) = 14.02%
R=48.79%
G=37.20%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811385200.240.710.294055.3645.69
HexB58A34018471D28372e
Octal2652126403010735506756
Binary1011010110001010110100011000100011111101101000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58A34; }

 p { color: rgb(181,138,52); }

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

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

 a { background-color: rgb(181,138,52); }

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

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

 span { border-color: rgb(181,138,52); }

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