#B79635

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

Shades of Hokey Pokey #B79635

Tints of Hokey Pokey #B79635

Color information

#B79635 (or 0xB79635) is unknown color: approx Hokey Pokey. HEX triplet: B7, 96 and 35. RGB value is (183,150,53). Sum of RGB (Red+Green+Blue) = 183+150+53=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B79635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79635 is #4869CA. Grayscale: #959595. Windows color (decimal): -4745675 or 3511991. OLE color: 3511991.

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

Color convert

RGB18315053-
CMYK00.180.710.28
HSL44.77º55.08%46.27%-
HSV(B)44.77º71.04%71.76%-
XYZ31.0832.147.93-
YUV148.8173.93152.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 150 (58.98% from 255) = 38.86%
BLUE value IS 53 (21.09% from 255) = 13.73%
R=47.41%
G=38.86%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831505300.180.710.2844.7755.0846.27
HexB79635012471C2d372e
Octal2672266502210734556756
Binary1011011110010110110101010010100011111100101101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79635; }

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

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

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

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

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

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

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

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