#B79A5F

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

Shades of Barley Corn #B79A5F

Tints of Barley Corn #B79A5F

Color information

#B79A5F (or 0xB79A5F) is unknown color: approx Barley Corn. HEX triplet: B7, 9A and 5F. RGB value is (183,154,95). Sum of RGB (Red+Green+Blue) = 183+154+95=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79A5F is #4865A0. Grayscale: #9C9C9C. Windows color (decimal): -4744609 or 6265527. OLE color: 6265527.

HSL color Cylindrical-coordinate representation of color #B79A5F: hue angle of 40.23º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B79A5F is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18315495-
CMYK00.160.480.28
HSL40.23º37.93%54.51%-
HSV(B)40.23º48.09%71.76%-
XYZ33.153415.64-
YUV155.9593.61147.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 154 (60.55% from 255) = 35.65%
BLUE value IS 95 (37.5% from 255) = 21.99%
R=42.36%
G=35.65%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831549500.160.480.2840.2337.9354.51
HexB79A5F010301C282637
Octal2672321370206034504667
Binary1011011110011010101111101000011000011100101000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79A5F; }

 p { color: rgb(183,154,95); }

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

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

 a { background-color: rgb(183,154,95); }

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

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

 span { border-color: rgb(183,154,95); }

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