#B79534

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

Shades of Hokey Pokey #B79534

Tints of Hokey Pokey #B79534

Color information

#B79534 (or 0xB79534) is unknown color: approx Hokey Pokey. HEX triplet: B7, 95 and 34. RGB value is (183,149,52). Sum of RGB (Red+Green+Blue) = 183+149+52=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B79534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79534 is #486ACB. Grayscale: #949494. Windows color (decimal): -4745932 or 3446199. OLE color: 3446199.

HSL color Cylindrical-coordinate representation of color #B79534: hue angle of 44.43º 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 #B79534 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB18314952-
CMYK00.190.720.28
HSL44.43º55.74%46.08%-
HSV(B)44.43º71.58%71.76%-
XYZ30.931.817.76-
YUV148.1173.76152.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 52 (20.70% from 255) = 13.54%
R=47.66%
G=38.80%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831495200.190.720.2844.4355.7446.08
HexB79534013481C2c382e
Octal2672256402311034547056
Binary1011011110010101110100010011100100011100101100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79534; }

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

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

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

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

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

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

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

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