#B79167

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

Shades of Barley Corn #B79167

Tints of Barley Corn #B79167

Color information

#B79167 (or 0xB79167) is unknown color: approx Barley Corn. HEX triplet: B7, 91 and 67. RGB value is (183,145,103). Sum of RGB (Red+Green+Blue) = 183+145+103=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B79167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79167 is #486E98. Grayscale: #979797. Windows color (decimal): -4746905 or 6787511. OLE color: 6787511.

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

Color convert

RGB183145103-
CMYK00.210.440.28
HSL31.5º35.71%56.08%-
HSV(B)31.5º43.72%71.76%-
XYZ32.131.317.18-
YUV151.57100.59150.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 145 (57.03% from 255) = 33.64%
BLUE value IS 103 (40.62% from 255) = 23.90%
R=42.46%
G=33.64%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314510300.210.440.2831.535.7156.08
HexB791670152C1C202438
Octal2672211470255434404470
Binary1011011110010001110011101010110110011100100000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79167; }

 p { color: rgb(183,145,103); }

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

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

 a { background-color: rgb(183,145,103); }

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

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

 span { border-color: rgb(183,145,103); }

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