#B79257

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

Shades of Barley Corn #B79257

Tints of Barley Corn #B79257

Color information

#B79257 (or 0xB79257) is unknown color: approx Barley Corn. HEX triplet: B7, 92 and 57. RGB value is (183,146,87). Sum of RGB (Red+Green+Blue) = 183+146+87=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B79257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79257 is #486DA8. Grayscale: #969696. Windows color (decimal): -4746665 or 5739191. OLE color: 5739191.

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

Color convert

RGB18314687-
CMYK00.200.520.28
HSL36.88º40%52.94%-
HSV(B)36.88º52.46%71.76%-
XYZ31.5331.3113.4-
YUV150.3492.26151.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 87 (34.38% from 255) = 20.91%
R=43.99%
G=35.10%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831468700.200.520.2836.884052.94
HexB79257014341C252835
Octal2672221270246434455065
Binary1011011110010010101011101010011010011100100101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79257; }

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

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

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

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

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

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

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

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