#B58831

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

Shades of Hokey Pokey #B58831

Tints of Hokey Pokey #B58831

Color information

#B58831 (or 0xB58831) is unknown color: approx Hokey Pokey. HEX triplet: B5, 88 and 31. RGB value is (181,136,49). Sum of RGB (Red+Green+Blue) = 181+136+49=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B58831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58831 is #4A77CE. Grayscale: #8B8B8B. Windows color (decimal): -4880335 or 3246261. OLE color: 3246261.

HSL color Cylindrical-coordinate representation of color #B58831: hue angle of 39.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B58831 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18113649-
CMYK00.250.730.29
HSL39.55º57.39%45.1%-
HSV(B)39.55º72.93%70.98%-
XYZ28.4127.656.75-
YUV139.5476.91157.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 136 (53.52% from 255) = 37.16%
BLUE value IS 49 (19.53% from 255) = 13.39%
R=49.45%
G=37.16%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811364900.250.730.2939.5557.3945.1
HexB58831019491D28392d
Octal2652106103111135507155
Binary1011010110001000110001011001100100111101101000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58831; }

 p { color: rgb(181,136,49); }

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

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

 a { background-color: rgb(181,136,49); }

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

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

 span { border-color: rgb(181,136,49); }

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