#B79662

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

Shades of Barley Corn #B79662

Tints of Barley Corn #B79662

Color information

#B79662 (or 0xB79662) is unknown color: approx Barley Corn. HEX triplet: B7, 96 and 62. RGB value is (183,150,98). Sum of RGB (Red+Green+Blue) = 183+150+98=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B79662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79662 is #48699D. Grayscale: #9A9A9A. Windows color (decimal): -4745630 or 6461111. OLE color: 6461111.

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

Color convert

RGB18315098-
CMYK00.180.460.28
HSL36.71º37.12%55.1%-
HSV(B)36.71º46.45%71.76%-
XYZ32.6432.7616.16-
YUV153.9496.43148.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 150 (58.98% from 255) = 34.80%
BLUE value IS 98 (38.67% from 255) = 22.74%
R=42.46%
G=34.80%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831509800.180.460.2836.7137.1255.1
HexB796620122E1C252537
Octal2672261420225634454567
Binary1011011110010110110001001001010111011100100101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79662; }

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

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

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

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

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

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

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

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