#B79266

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

Shades of Barley Corn #B79266

Tints of Barley Corn #B79266

Color information

#B79266 (or 0xB79266) is unknown color: approx Barley Corn. HEX triplet: B7, 92 and 66. RGB value is (183,146,102). Sum of RGB (Red+Green+Blue) = 183+146+102=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B79266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79266 is #486D99. Grayscale: #989898. Windows color (decimal): -4746650 or 6722231. OLE color: 6722231.

HSL color Cylindrical-coordinate representation of color #B79266: hue angle of 32.59º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B79266 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB183146102-
CMYK00.200.440.28
HSL32.59º36%55.88%-
HSV(B)32.59º44.26%71.76%-
XYZ32.2131.5816.97-
YUV152.0599.76150.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 102 (40.23% from 255) = 23.67%
R=42.46%
G=33.87%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314610200.200.440.2832.593655.88
HexB792660142C1C212438
Octal2672221460245434414470
Binary1011011110010010110011001010010110011100100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79266; }

 p { color: rgb(183,146,102); }

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

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

 a { background-color: rgb(183,146,102); }

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

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

 span { border-color: rgb(183,146,102); }

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