#B79757

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

Shades of Barley Corn #B79757

Tints of Barley Corn #B79757

Color information

#B79757 (or 0xB79757) is unknown color: approx Barley Corn. HEX triplet: B7, 97 and 57. RGB value is (183,151,87). Sum of RGB (Red+Green+Blue) = 183+151+87=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B79757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79757 is #4868A8. Grayscale: #999999. Windows color (decimal): -4745385 or 5740471. OLE color: 5740471.

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

Color convert

RGB18315187-
CMYK00.170.520.28
HSL40º40%52.94%-
HSV(B)40º52.46%71.76%-
XYZ32.3232.8913.66-
YUV153.2790.6149.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 151 (59.38% from 255) = 35.87%
BLUE value IS 87 (34.38% from 255) = 20.67%
R=43.47%
G=35.87%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831518700.170.520.28404052.94
HexB79757011341C282835
Octal2672271270216434505065
Binary1011011110010111101011101000111010011100101000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79757; }

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

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

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

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

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

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

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

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