#B79036

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

Shades of Hokey Pokey #B79036

Tints of Hokey Pokey #B79036

Color information

#B79036 (or 0xB79036) is unknown color: approx Hokey Pokey. HEX triplet: B7, 90 and 36. RGB value is (183,144,54). Sum of RGB (Red+Green+Blue) = 183+144+54=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B79036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79036 is #486FC9. Grayscale: #919191. Windows color (decimal): -4747210 or 3575991. OLE color: 3575991.

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

Color convert

RGB18314454-
CMYK00.210.700.28
HSL41.86º54.43%46.47%-
HSV(B)41.86º70.49%71.76%-
XYZ30.1730.287.74-
YUV145.476.42154.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.03%
GREEN value IS 144 (56.64% from 255) = 37.80%
BLUE value IS 54 (21.48% from 255) = 14.17%
R=48.03%
G=37.80%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831445400.210.700.2841.8654.4346.47
HexB79036015461C2a362e
Octal2672206602510634526656
Binary1011011110010000110110010101100011011100101010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79036; }

 p { color: rgb(183,144,54); }

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

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

 a { background-color: rgb(183,144,54); }

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

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

 span { border-color: rgb(183,144,54); }

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