#B58D2F

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

Shades of Hokey Pokey #B58D2F

Tints of Hokey Pokey #B58D2F

Color information

#B58D2F (or 0xB58D2F) is unknown color: approx Hokey Pokey. HEX triplet: B5, 8D and 2F. RGB value is (181,141,47). Sum of RGB (Red+Green+Blue) = 181+141+47=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D2F is #4A72D0. Grayscale: #8E8E8E. Windows color (decimal): -4879057 or 3116469. OLE color: 3116469.

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

Color convert

RGB18114147-
CMYK00.220.740.29
HSL42.09º58.77%44.71%-
HSV(B)42.09º74.03%70.98%-
XYZ29.0929.086.77-
YUV142.2474.25155.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 141 (55.47% from 255) = 38.21%
BLUE value IS 47 (18.75% from 255) = 12.74%
R=49.05%
G=38.21%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811414700.220.740.2942.0958.7744.71
HexB58D2F0164A1D2a3b2d
Octal2652155702611235527355
Binary1011010110001101101111010110100101011101101010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D2F; }

 p { color: rgb(181,141,47); }

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

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

 a { background-color: rgb(181,141,47); }

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

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

 span { border-color: rgb(181,141,47); }

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