#B58E35

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

Shades of Hokey Pokey #B58E35

Tints of Hokey Pokey #B58E35

Color information

#B58E35 (or 0xB58E35) is unknown color: approx Hokey Pokey. HEX triplet: B5, 8E and 35. RGB value is (181,142,53). Sum of RGB (Red+Green+Blue) = 181+142+53=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58E35 is #4A71CA. Grayscale: #8F8F8F. Windows color (decimal): -4878795 or 3509941. OLE color: 3509941.

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

Color convert

RGB18114253-
CMYK00.220.710.29
HSL41.72º54.7%45.88%-
HSV(B)41.72º70.72%70.98%-
XYZ29.3729.437.5-
YUV143.5276.92154.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 142 (55.86% from 255) = 37.77%
BLUE value IS 53 (21.09% from 255) = 14.10%
R=48.14%
G=37.77%
B=14.10%

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
Decimal1811425300.220.710.2941.7254.745.88
HexB58E35016471D2a372e
Octal2652166502610735526756
Binary1011010110001110110101010110100011111101101010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58E35; }

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

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

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

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

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

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

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

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