#B79661

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

Shades of Barley Corn #B79661

Tints of Barley Corn #B79661

Color information

#B79661 (or 0xB79661) is unknown color: approx Barley Corn. HEX triplet: B7, 96 and 61. RGB value is (183,150,97). Sum of RGB (Red+Green+Blue) = 183+150+97=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B79661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79661 is #48699E. Grayscale: #9A9A9A. Windows color (decimal): -4745631 or 6395575. OLE color: 6395575.

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

Color convert

RGB18315097-
CMYK00.180.470.28
HSL36.98º37.39%54.9%-
HSV(B)36.98º46.99%71.76%-
XYZ32.5932.7415.91-
YUV153.8295.93148.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 97 (38.28% from 255) = 22.56%
R=42.56%
G=34.88%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831509700.180.470.2836.9837.3954.9
HexB796610122F1C252537
Octal2672261410225734454567
Binary1011011110010110110000101001010111111100100101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79661; }

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

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

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

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

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

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

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

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