#B79E5A

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

Shades of Barley Corn #B79E5A

Tints of Barley Corn #B79E5A

Color information

#B79E5A (or 0xB79E5A) is unknown color: approx Barley Corn. HEX triplet: B7, 9E and 5A. RGB value is (183,158,90). Sum of RGB (Red+Green+Blue) = 183+158+90=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B79E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79E5A is #4861A5. Grayscale: #9E9E9E. Windows color (decimal): -4743590 or 5938871. OLE color: 5938871.

HSL color Cylindrical-coordinate representation of color #B79E5A: hue angle of 43.87º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B79E5A is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18315890-
CMYK00.140.510.28
HSL43.87º39.24%53.53%-
HSV(B)43.87º50.82%71.76%-
XYZ33.635.2614.71-
YUV157.7289.78146.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 158 (62.11% from 255) = 36.66%
BLUE value IS 90 (35.55% from 255) = 20.88%
R=42.46%
G=36.66%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831589000.140.510.2843.8739.2453.53
HexB79E5A0E331C2c2736
Octal2672361320166334544766
Binary101101111001111010110100111011001111100101100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79E5A; }

 p { color: rgb(183,158,90); }

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

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

 a { background-color: rgb(183,158,90); }

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

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

 span { border-color: rgb(183,158,90); }

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