#B79D60

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

Shades of Barley Corn #B79D60

Tints of Barley Corn #B79D60

Color information

#B79D60 (or 0xB79D60) is unknown color: approx Barley Corn. HEX triplet: B7, 9D and 60. RGB value is (183,157,96). Sum of RGB (Red+Green+Blue) = 183+157+96=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79D60 is #48629F. Grayscale: #9E9E9E. Windows color (decimal): -4743840 or 6331831. OLE color: 6331831.

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

Color convert

RGB18315796-
CMYK00.140.480.28
HSL42.07º37.66%54.71%-
HSV(B)42.07º47.54%71.76%-
XYZ33.735.0316.05-
YUV157.8293.11145.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.97%
GREEN value IS 157 (61.72% from 255) = 36.01%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=41.97%
G=36.01%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831579600.140.480.2842.0737.6654.71
HexB79D600E301C2a2637
Octal2672351400166034524667
Binary101101111001110111000000111011000011100101010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79D60; }

 p { color: rgb(183,157,96); }

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

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

 a { background-color: rgb(183,157,96); }

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

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

 span { border-color: rgb(183,157,96); }

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