#B79056

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

Shades of Barley Corn #B79056

Tints of Barley Corn #B79056

Color information

#B79056 (or 0xB79056) is unknown color: approx Barley Corn. HEX triplet: B7, 90 and 56. RGB value is (183,144,86). Sum of RGB (Red+Green+Blue) = 183+144+86=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B79056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79056 is #486FA9. Grayscale: #959595. Windows color (decimal): -4747178 or 5673143. OLE color: 5673143.

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

Color convert

RGB18314486-
CMYK00.210.530.28
HSL35.88º40.25%52.75%-
HSV(B)35.88º53.01%71.76%-
XYZ31.1830.6913.08-
YUV149.0592.42152.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.31%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 86 (33.98% from 255) = 20.82%
R=44.31%
G=34.87%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831448600.210.530.2835.8840.2552.75
HexB79056015351C242835
Octal2672201260256534445065
Binary1011011110010000101011001010111010111100100100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79056; }

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

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

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

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

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

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

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

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