#B79254

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

Shades of Barley Corn #B79254

Tints of Barley Corn #B79254

Color information

#B79254 (or 0xB79254) is unknown color: approx Barley Corn. HEX triplet: B7, 92 and 54. RGB value is (183,146,84). Sum of RGB (Red+Green+Blue) = 183+146+84=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B79254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79254 is #486DAB. Grayscale: #969696. Windows color (decimal): -4746668 or 5542583. OLE color: 5542583.

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

Color convert

RGB18314684-
CMYK00.200.540.28
HSL37.58º40.74%52.35%-
HSV(B)37.58º54.1%71.76%-
XYZ31.4131.2712.77-
YUV149.9990.76151.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.31%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 84 (33.20% from 255) = 20.34%
R=44.31%
G=35.35%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831468400.200.540.2837.5840.7452.35
HexB79254014361C262934
Octal2672221240246634465164
Binary1011011110010010101010001010011011011100100110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79254; }

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

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

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

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

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

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

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

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