#B79354

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

Shades of Barley Corn #B79354

Tints of Barley Corn #B79354

Color information

#B79354 (or 0xB79354) is unknown color: approx Barley Corn. HEX triplet: B7, 93 and 54. RGB value is (183,147,84). Sum of RGB (Red+Green+Blue) = 183+147+84=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B79354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79354 is #486CAB. Grayscale: #969696. Windows color (decimal): -4746412 or 5542839. OLE color: 5542839.

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

Color convert

RGB18314784-
CMYK00.200.540.28
HSL38.18º40.74%52.35%-
HSV(B)38.18º54.1%71.76%-
XYZ31.5631.5712.82-
YUV150.5890.43151.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.20%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 84 (33.20% from 255) = 20.29%
R=44.20%
G=35.51%
B=20.29%

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
Decimal1831478400.200.540.2838.1840.7452.35
HexB79354014361C262934
Octal2672231240246634465164
Binary1011011110010011101010001010011011011100100110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79354; }

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

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

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

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

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

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

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

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