#B58C33

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

Shades of Hokey Pokey #B58C33

Tints of Hokey Pokey #B58C33

Color information

#B58C33 (or 0xB58C33) is unknown color: approx Hokey Pokey. HEX triplet: B5, 8C and 33. RGB value is (181,140,51). Sum of RGB (Red+Green+Blue) = 181+140+51=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58C33 is #4A73CC. Grayscale: #8E8E8E. Windows color (decimal): -4879309 or 3378357. OLE color: 3378357.

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

Color convert

RGB18114051-
CMYK00.230.720.29
HSL41.08º56.03%45.49%-
HSV(B)41.08º71.82%70.98%-
XYZ29.0328.827.16-
YUV142.1176.58155.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.66%
GREEN value IS 140 (55.08% from 255) = 37.63%
BLUE value IS 51 (20.31% from 255) = 13.71%
R=48.66%
G=37.63%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811405100.230.720.2941.0856.0345.49
HexB58C33017481D29382d
Octal2652146302711035517055
Binary1011010110001100110011010111100100011101101001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58C33; }

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

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

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

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

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

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

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

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