#B79F5A

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

Shades of Barley Corn #B79F5A

Tints of Barley Corn #B79F5A

Color information

#B79F5A (or 0xB79F5A) is unknown color: approx Barley Corn. HEX triplet: B7, 9F and 5A. RGB value is (183,159,90). Sum of RGB (Red+Green+Blue) = 183+159+90=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79F5A is #4860A5. Grayscale: #9E9E9E. Windows color (decimal): -4743334 or 5939127. OLE color: 5939127.

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

Color convert

RGB18315990-
CMYK00.130.510.28
HSL44.52º39.24%53.53%-
HSV(B)44.52º50.82%71.76%-
XYZ33.7735.614.76-
YUV158.3189.45145.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 159 (62.5% from 255) = 36.81%
BLUE value IS 90 (35.55% from 255) = 20.83%
R=42.36%
G=36.81%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831599000.130.510.2844.5239.2453.53
HexB79F5A0D331C2d2736
Octal2672371320156334554766
Binary101101111001111110110100110111001111100101101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79F5A; }

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

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

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

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

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

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

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

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