#b58d35

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

Shades of Hokey Pokey #B58D35

Tints of Hokey Pokey #B58D35

Color information

#B58D35 (or 0xB58D35) is unknown color: approx Hokey Pokey. HEX triplet: B5, 8D and 35. RGB value is (181,141,53). Sum of RGB (Red+Green+Blue) = 181+141+53=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D35 is #4A72CA. Grayscale: #8F8F8F. Windows color (decimal): -4879051 or 3509685. OLE color: 3509685.

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

Color convert

RGB18114153-
CMYK00.220.710.29
HSL41.25º54.7%45.88%-
HSV(B)41.25º70.72%70.98%-
XYZ29.2229.137.45-
YUV142.9377.25155.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.27%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 53 (21.09% from 255) = 14.13%
R=48.27%
G=37.6%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811415300.220.710.2941.2554.745.88
HexB58D35016471D29372e
Octal2652156502610735516756
Binary1011010110001101110101010110100011111101101001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b58d35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b58d35; }

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

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

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

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

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

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

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

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