#B79D5A

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

Shades of Barley Corn #B79D5A

Tints of Barley Corn #B79D5A

Color information

#B79D5A (or 0xB79D5A) is unknown color: approx Barley Corn. HEX triplet: B7, 9D and 5A. RGB value is (183,157,90). Sum of RGB (Red+Green+Blue) = 183+157+90=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79D5A is #4862A5. Grayscale: #9D9D9D. Windows color (decimal): -4743846 or 5938615. OLE color: 5938615.

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

Color convert

RGB18315790-
CMYK00.140.510.28
HSL43.23º39.24%53.53%-
HSV(B)43.23º50.82%71.76%-
XYZ33.4334.9214.65-
YUV157.1490.11146.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 157 (61.72% from 255) = 36.51%
BLUE value IS 90 (35.55% from 255) = 20.93%
R=42.56%
G=36.51%
B=20.93%

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
Decimal1831579000.140.510.2843.2339.2453.53
HexB79D5A0E331C2b2736
Octal2672351320166334534766
Binary101101111001110110110100111011001111100101011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79D5A; }

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

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

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

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

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

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

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

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