#b79234

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

Shades of Hokey Pokey #B79234

Tints of Hokey Pokey #B79234

Color information

#B79234 (or 0xB79234) is unknown color: approx Hokey Pokey. HEX triplet: B7, 92 and 34. RGB value is (183,146,52). Sum of RGB (Red+Green+Blue) = 183+146+52=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B79234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79234 is #486DCB. Grayscale: #929292. Windows color (decimal): -4746700 or 3445431. OLE color: 3445431.

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

Color convert

RGB18314652-
CMYK00.200.720.28
HSL43.05º55.74%46.08%-
HSV(B)43.05º71.58%71.76%-
XYZ30.4330.877.6-
YUV146.3574.76154.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.03%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 52 (20.70% from 255) = 13.65%
R=48.03%
G=38.32%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831465200.200.720.2843.0555.7446.08
HexB79234014481C2b382e
Octal2672226402411034537056
Binary1011011110010010110100010100100100011100101011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b79234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b79234; }

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

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

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

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

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

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

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

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