#B79059

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

Shades of Barley Corn #B79059

Tints of Barley Corn #B79059

Color information

#B79059 (or 0xB79059) is unknown color: approx Barley Corn. HEX triplet: B7, 90 and 59. RGB value is (183,144,89). Sum of RGB (Red+Green+Blue) = 183+144+89=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B79059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79059 is #486FA6. Grayscale: #959595. Windows color (decimal): -4747175 or 5869751. OLE color: 5869751.

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

Color convert

RGB18314489-
CMYK00.210.510.28
HSL35.11º39.5%53.33%-
HSV(B)35.11º51.37%71.76%-
XYZ31.330.7413.73-
YUV149.3993.92151.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 89 (35.16% from 255) = 21.39%
R=43.99%
G=34.62%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831448900.210.510.2835.1139.553.33
HexB79059015331C232735
Octal2672201310256334434765
Binary1011011110010000101100101010111001111100100011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79059; }

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

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

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

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

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

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

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

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