#B79761

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

Shades of Barley Corn #B79761

Tints of Barley Corn #B79761

Color information

#B79761 (or 0xB79761) is unknown color: approx Barley Corn. HEX triplet: B7, 97 and 61. RGB value is (183,151,97). Sum of RGB (Red+Green+Blue) = 183+151+97=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B79761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79761 is #48689E. Grayscale: #9A9A9A. Windows color (decimal): -4745375 or 6395831. OLE color: 6395831.

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

Color convert

RGB18315197-
CMYK00.170.470.28
HSL37.67º37.39%54.9%-
HSV(B)37.67º46.99%71.76%-
XYZ32.7533.0615.96-
YUV154.4195.6148.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 151 (59.38% from 255) = 35.03%
BLUE value IS 97 (38.28% from 255) = 22.51%
R=42.46%
G=35.03%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831519700.170.470.2837.6737.3954.9
HexB797610112F1C262537
Octal2672271410215734464567
Binary1011011110010111110000101000110111111100100110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79761; }

 p { color: rgb(183,151,97); }

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

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

 a { background-color: rgb(183,151,97); }

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

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

 span { border-color: rgb(183,151,97); }

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