#B58D36

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

Shades of Hokey Pokey #B58D36

Tints of Hokey Pokey #B58D36

Color information

#B58D36 (or 0xB58D36) is unknown color: approx Hokey Pokey. HEX triplet: B5, 8D and 36. RGB value is (181,141,54). Sum of RGB (Red+Green+Blue) = 181+141+54=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D36 is #4A72C9. Grayscale: #8F8F8F. Windows color (decimal): -4879050 or 3575221. OLE color: 3575221.

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

Color convert

RGB18114154-
CMYK00.220.700.29
HSL41.1º54.04%46.08%-
HSV(B)41.1º70.17%70.98%-
XYZ29.2529.147.57-
YUV143.0477.75155.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 141 (55.47% from 255) = 37.5%
BLUE value IS 54 (21.48% from 255) = 14.36%
R=48.14%
G=37.5%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811415400.220.700.2941.154.0446.08
HexB58D36016461D29362e
Octal2652156602610635516656
Binary1011010110001101110110010110100011011101101001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D36; }

 p { color: rgb(181,141,54); }

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

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

 a { background-color: rgb(181,141,54); }

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

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

 span { border-color: rgb(181,141,54); }

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