#B79057

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

Shades of Barley Corn #B79057

Tints of Barley Corn #B79057

Color information

#B79057 (or 0xB79057) is unknown color: approx Barley Corn. HEX triplet: B7, 90 and 57. RGB value is (183,144,87). Sum of RGB (Red+Green+Blue) = 183+144+87=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B79057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79057 is #486FA8. Grayscale: #959595. Windows color (decimal): -4747177 or 5738679. OLE color: 5738679.

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

Color convert

RGB18314487-
CMYK00.210.520.28
HSL35.63º40%52.94%-
HSV(B)35.63º52.46%71.76%-
XYZ31.2230.713.3-
YUV149.1692.92152.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.20%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 87 (34.38% from 255) = 21.01%
R=44.20%
G=34.78%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831448700.210.520.2835.634052.94
HexB79057015341C242835
Octal2672201270256434445065
Binary1011011110010000101011101010111010011100100100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79057; }

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

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

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

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

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

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

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

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