#B58630

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

Shades of Hokey Pokey #B58630

Tints of Hokey Pokey #B58630

Color information

#B58630 (or 0xB58630) is unknown color: approx Hokey Pokey. HEX triplet: B5, 86 and 30. RGB value is (181,134,48). Sum of RGB (Red+Green+Blue) = 181+134+48=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B58630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58630 is #4A79CF. Grayscale: #8A8A8A. Windows color (decimal): -4880848 or 3180213. OLE color: 3180213.

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

Color convert

RGB18113448-
CMYK00.260.730.29
HSL38.8º58.08%44.9%-
HSV(B)38.8º73.48%70.98%-
XYZ28.1127.096.54-
YUV138.2577.07158.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 48 (19.14% from 255) = 13.22%
R=49.86%
G=36.91%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811344800.260.730.2938.858.0844.9
HexB5863001A491D273a2d
Octal2652066003211135477255
Binary1011010110000110110000011010100100111101100111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58630; }

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

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

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

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

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

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

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

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