#B79235

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

Shades of Hokey Pokey #B79235

Tints of Hokey Pokey #B79235

Color information

#B79235 (or 0xB79235) is unknown color: approx Hokey Pokey. HEX triplet: B7, 92 and 35. RGB value is (183,146,53). Sum of RGB (Red+Green+Blue) = 183+146+53=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B79235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79235 is #486DCA. Grayscale: #929292. Windows color (decimal): -4746699 or 3510967. OLE color: 3510967.

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

Color convert

RGB18314653-
CMYK00.200.710.28
HSL42.92º55.08%46.27%-
HSV(B)42.92º71.04%71.76%-
XYZ30.4530.887.72-
YUV146.4675.26154.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.91%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 53 (21.09% from 255) = 13.87%
R=47.91%
G=38.22%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831465300.200.710.2842.9255.0846.27
HexB79235014471C2b372e
Octal2672226502410734536756
Binary1011011110010010110101010100100011111100101011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79235; }

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

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

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

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

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

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

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

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