#B79366

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

Shades of Barley Corn #B79366

Tints of Barley Corn #B79366

Color information

#B79366 (or 0xB79366) is unknown color: approx Barley Corn. HEX triplet: B7, 93 and 66. RGB value is (183,147,102). Sum of RGB (Red+Green+Blue) = 183+147+102=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B79366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79366 is #486C99. Grayscale: #989898. Windows color (decimal): -4746394 or 6722487. OLE color: 6722487.

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

Color convert

RGB183147102-
CMYK00.200.440.28
HSL33.33º36%55.88%-
HSV(B)33.33º44.26%71.76%-
XYZ32.3631.8917.02-
YUV152.6399.43149.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 147 (57.81% from 255) = 34.03%
BLUE value IS 102 (40.23% from 255) = 23.61%
R=42.36%
G=34.03%
B=23.61%

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
Decimal18314710200.200.440.2833.333655.88
HexB793660142C1C212438
Octal2672231460245434414470
Binary1011011110010011110011001010010110011100100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79366; }

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

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

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

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

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

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

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

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