#B58830

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

Shades of Hokey Pokey #B58830

Tints of Hokey Pokey #B58830

Color information

#B58830 (or 0xB58830) is unknown color: approx Hokey Pokey. HEX triplet: B5, 88 and 30. RGB value is (181,136,48). Sum of RGB (Red+Green+Blue) = 181+136+48=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B58830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58830 is #4A77CF. Grayscale: #8B8B8B. Windows color (decimal): -4880336 or 3180725. OLE color: 3180725.

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

Color convert

RGB18113648-
CMYK00.250.730.29
HSL39.7º58.08%44.9%-
HSV(B)39.7º73.48%70.98%-
XYZ28.3927.656.64-
YUV139.4276.41157.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 136 (53.52% from 255) = 37.26%
BLUE value IS 48 (19.14% from 255) = 13.15%
R=49.59%
G=37.26%
B=13.15%

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
Decimal1811364800.250.730.2939.758.0844.9
HexB58830019491D283a2d
Octal2652106003111135507255
Binary1011010110001000110000011001100100111101101000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58830; }

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

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

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

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

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

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

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

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