#B79860

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

Shades of Barley Corn #B79860

Tints of Barley Corn #B79860

Color information

#B79860 (or 0xB79860) is unknown color: approx Barley Corn. HEX triplet: B7, 98 and 60. RGB value is (183,152,96). Sum of RGB (Red+Green+Blue) = 183+152+96=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B79860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79860 is #48679F. Grayscale: #9B9B9B. Windows color (decimal): -4745120 or 6330551. OLE color: 6330551.

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

Color convert

RGB18315296-
CMYK00.170.480.28
HSL38.62º37.66%54.71%-
HSV(B)38.62º47.54%71.76%-
XYZ32.8733.3715.77-
YUV154.8894.77148.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 152 (59.77% from 255) = 35.27%
BLUE value IS 96 (37.89% from 255) = 22.27%
R=42.46%
G=35.27%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831529600.170.480.2838.6237.6654.71
HexB79860011301C272637
Octal2672301400216034474667
Binary1011011110011000110000001000111000011100100111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79860; }

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

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

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

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

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

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

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

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