#B79D59

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

Shades of Barley Corn #B79D59

Tints of Barley Corn #B79D59

Color information

#B79D59 (or 0xB79D59) is unknown color: approx Barley Corn. HEX triplet: B7, 9D and 59. RGB value is (183,157,89). Sum of RGB (Red+Green+Blue) = 183+157+89=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79D59 is #4862A6. Grayscale: #9D9D9D. Windows color (decimal): -4743847 or 5873079. OLE color: 5873079.

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

Color convert

RGB18315789-
CMYK00.140.510.28
HSL43.4º39.5%53.33%-
HSV(B)43.4º51.37%71.76%-
XYZ33.3934.914.43-
YUV157.0289.61146.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 89 (35.16% from 255) = 20.75%
R=42.66%
G=36.60%
B=20.75%

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
Decimal1831578900.140.510.2843.439.553.33
HexB79D590E331C2b2735
Octal2672351310166334534765
Binary101101111001110110110010111011001111100101011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79D59; }

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

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

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

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

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

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

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

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