#B58730

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

Shades of Hokey Pokey #B58730

Tints of Hokey Pokey #B58730

Color information

#B58730 (or 0xB58730) is unknown color: approx Hokey Pokey. HEX triplet: B5, 87 and 30. RGB value is (181,135,48). Sum of RGB (Red+Green+Blue) = 181+135+48=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B58730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58730 is #4A78CF. Grayscale: #8B8B8B. Windows color (decimal): -4880592 or 3180469. OLE color: 3180469.

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

Color convert

RGB18113548-
CMYK00.250.730.29
HSL39.25º58.08%44.9%-
HSV(B)39.25º73.48%70.98%-
XYZ28.2527.376.59-
YUV138.8476.74158.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.73%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 48 (19.14% from 255) = 13.19%
R=49.73%
G=37.09%
B=13.19%

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
Decimal1811354800.250.730.2939.2558.0844.9
HexB58730019491D273a2d
Octal2652076003111135477255
Binary1011010110000111110000011001100100111101100111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58730; }

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

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

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

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

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

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

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

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