#B39235

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

Shades of Hokey Pokey #B39235

Tints of Hokey Pokey #B39235

Color information

#B39235 (or 0xB39235) is unknown color: approx Hokey Pokey. HEX triplet: B3, 92 and 35. RGB value is (179,146,53). Sum of RGB (Red+Green+Blue) = 179+146+53=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B39235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39235 is #4C6DCA. Grayscale: #919191. Windows color (decimal): -5008843 or 3510963. OLE color: 3510963.

HSL color Cylindrical-coordinate representation of color #B39235: hue angle of 44.29º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B39235 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB17914653-
CMYK00.180.700.30
HSL44.29º54.31%45.49%-
HSV(B)44.29º70.39%70.2%-
XYZ29.5130.47.68-
YUV145.2775.93152.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.35%
GREEN value IS 146 (57.42% from 255) = 38.62%
BLUE value IS 53 (21.09% from 255) = 14.02%
R=47.35%
G=38.62%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791465300.180.700.3044.2954.3145.49
HexB39235012461E2c362d
Octal2632226502210636546655
Binary1011001110010010110101010010100011011110101100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39235; }

 p { color: rgb(179,146,53); }

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

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

 a { background-color: rgb(179,146,53); }

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

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

 span { border-color: rgb(179,146,53); }

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