#B58C34

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

Shades of Hokey Pokey #B58C34

Tints of Hokey Pokey #B58C34

Color information

#B58C34 (or 0xB58C34) is unknown color: approx Hokey Pokey. HEX triplet: B5, 8C and 34. RGB value is (181,140,52). Sum of RGB (Red+Green+Blue) = 181+140+52=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58C34 is #4A73CB. Grayscale: #8E8E8E. Windows color (decimal): -4879308 or 3443893. OLE color: 3443893.

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

Color convert

RGB18114052-
CMYK00.230.710.29
HSL40.93º55.36%45.69%-
HSV(B)40.93º71.27%70.98%-
XYZ29.0528.837.28-
YUV142.2377.08155.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 140 (55.08% from 255) = 37.53%
BLUE value IS 52 (20.70% from 255) = 13.94%
R=48.53%
G=37.53%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811405200.230.710.2940.9355.3645.69
HexB58C34017471D29372e
Octal2652146402710735516756
Binary1011010110001100110100010111100011111101101001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58C34; }

 p { color: rgb(181,140,52); }

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

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

 a { background-color: rgb(181,140,52); }

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

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

 span { border-color: rgb(181,140,52); }

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