#B79060

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

Shades of Barley Corn #B79060

Tints of Barley Corn #B79060

Color information

#B79060 (or 0xB79060) is unknown color: approx Barley Corn. HEX triplet: B7, 90 and 60. RGB value is (183,144,96). Sum of RGB (Red+Green+Blue) = 183+144+96=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B79060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79060 is #486F9F. Grayscale: #969696. Windows color (decimal): -4747168 or 6328503. OLE color: 6328503.

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

Color convert

RGB18314496-
CMYK00.210.480.28
HSL33.1º37.66%54.71%-
HSV(B)33.1º47.54%71.76%-
XYZ31.6130.8615.36-
YUV150.1997.42151.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.26%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=43.26%
G=34.04%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831449600.210.480.2833.137.6654.71
HexB79060015301C212637
Octal2672201400256034414667
Binary1011011110010000110000001010111000011100100001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79060; }

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

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

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

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

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

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

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

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