#B79557

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

Shades of Barley Corn #B79557

Tints of Barley Corn #B79557

Color information

#B79557 (or 0xB79557) is unknown color: approx Barley Corn. HEX triplet: B7, 95 and 57. RGB value is (183,149,87). Sum of RGB (Red+Green+Blue) = 183+149+87=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B79557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79557 is #486AA8. Grayscale: #989898. Windows color (decimal): -4745897 or 5739959. OLE color: 5739959.

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

Color convert

RGB18314987-
CMYK00.190.520.28
HSL38.75º40%52.94%-
HSV(B)38.75º52.46%71.76%-
XYZ3232.2513.56-
YUV152.191.26150.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 87 (34.38% from 255) = 20.76%
R=43.68%
G=35.56%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831498700.190.520.2838.754052.94
HexB79557013341C272835
Octal2672251270236434475065
Binary1011011110010101101011101001111010011100100111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79557; }

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

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

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

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

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

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

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

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