#B79C60

Color #B79C60 Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #B79C60

Tints of Barley Corn #B79C60

Color information

#B79C60 (or 0xB79C60) is unknown color: approx Barley Corn. HEX triplet: B7, 9C and 60. RGB value is (183,156,96). Sum of RGB (Red+Green+Blue) = 183+156+96=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79C60 is #48639F. Grayscale: #9D9D9D. Windows color (decimal): -4744096 or 6331575. OLE color: 6331575.

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

Color convert

RGB18315696-
CMYK00.150.480.28
HSL41.38º37.66%54.71%-
HSV(B)41.38º47.54%71.76%-
XYZ33.5334.6915.99-
YUV157.2393.45146.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 156 (61.33% from 255) = 35.86%
BLUE value IS 96 (37.89% from 255) = 22.07%
R=42.07%
G=35.86%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831569600.150.480.2841.3837.6654.71
HexB79C600F301C292637
Octal2672341400176034514667
Binary101101111001110011000000111111000011100101001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79C60; }

 p { color: rgb(183,156,96); }

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

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

 a { background-color: rgb(183,156,96); }

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

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

 span { border-color: rgb(183,156,96); }

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