#B58D38

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

Shades of Hokey Pokey #B58D38

Tints of Hokey Pokey #B58D38

Color information

#B58D38 (or 0xB58D38) is unknown color: approx Hokey Pokey. HEX triplet: B5, 8D and 38. RGB value is (181,141,56). Sum of RGB (Red+Green+Blue) = 181+141+56=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D38 is #4A72C7. Grayscale: #8F8F8F. Windows color (decimal): -4879048 or 3706293. OLE color: 3706293.

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

Color convert

RGB18114156-
CMYK00.220.690.29
HSL40.8º52.74%46.47%-
HSV(B)40.8º69.06%70.98%-
XYZ29.2929.167.83-
YUV143.2778.75154.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.88%
GREEN value IS 141 (55.47% from 255) = 37.30%
BLUE value IS 56 (22.27% from 255) = 14.81%
R=47.88%
G=37.30%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811415600.220.690.2940.852.7446.47
HexB58D38016451D29352e
Octal2652157002610535516556
Binary1011010110001101111000010110100010111101101001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D38; }

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

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

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

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

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

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

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

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