#B79D5C

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

Shades of Barley Corn #B79D5C

Tints of Barley Corn #B79D5C

Color information

#B79D5C (or 0xB79D5C) is unknown color: approx Barley Corn. HEX triplet: B7, 9D and 5C. RGB value is (183,157,92). Sum of RGB (Red+Green+Blue) = 183+157+92=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79D5C is #4862A3. Grayscale: #9D9D9D. Windows color (decimal): -4743844 or 6069687. OLE color: 6069687.

HSL color Cylindrical-coordinate representation of color #B79D5C: hue angle of 42.86º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B79D5C is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18315792-
CMYK00.140.500.28
HSL42.86º38.72%53.92%-
HSV(B)42.86º49.73%71.76%-
XYZ33.5234.9515.11-
YUV157.3691.11146.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 157 (61.72% from 255) = 36.34%
BLUE value IS 92 (36.33% from 255) = 21.30%
R=42.36%
G=36.34%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831579200.140.500.2842.8638.7253.92
HexB79D5C0E321C2b2736
Octal2672351340166234534766
Binary101101111001110110111000111011001011100101011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79D5C; }

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

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

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

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

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

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

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

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