#B58731

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

Shades of Hokey Pokey #B58731

Tints of Hokey Pokey #B58731

Color information

#B58731 (or 0xB58731) is unknown color: approx Hokey Pokey. HEX triplet: B5, 87 and 31. RGB value is (181,135,49). Sum of RGB (Red+Green+Blue) = 181+135+49=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B58731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58731 is #4A78CE. Grayscale: #8B8B8B. Windows color (decimal): -4880591 or 3246005. OLE color: 3246005.

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

Color convert

RGB18113549-
CMYK00.250.730.29
HSL39.09º57.39%45.1%-
HSV(B)39.09º72.93%70.98%-
XYZ28.2727.376.7-
YUV138.9577.24157.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 135 (53.12% from 255) = 36.99%
BLUE value IS 49 (19.53% from 255) = 13.42%
R=49.59%
G=36.99%
B=13.42%

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
Decimal1811354900.250.730.2939.0957.3945.1
HexB58731019491D27392d
Octal2652076103111135477155
Binary1011010110000111110001011001100100111101100111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58731; }

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

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

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

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

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

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

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

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