#B79267

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

Shades of Barley Corn #B79267

Tints of Barley Corn #B79267

Color information

#B79267 (or 0xB79267) is unknown color: approx Barley Corn. HEX triplet: B7, 92 and 67. RGB value is (183,146,103). Sum of RGB (Red+Green+Blue) = 183+146+103=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 103 (40.62% from 255 or 23.84% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B79267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79267 is #486D98. Grayscale: #989898. Windows color (decimal): -4746649 or 6787767. OLE color: 6787767.

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

Color convert

RGB183146103-
CMYK00.200.440.28
HSL32.25º35.71%56.08%-
HSV(B)32.25º43.72%71.76%-
XYZ32.2631.617.23-
YUV152.16100.26150-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 146 (57.42% from 255) = 33.80%
BLUE value IS 103 (40.62% from 255) = 23.84%
R=42.36%
G=33.80%
B=23.84%

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
Decimal18314610300.200.440.2832.2535.7156.08
HexB792670142C1C202438
Octal2672221470245434404470
Binary1011011110010010110011101010010110011100100000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79267; }

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

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

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

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

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

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

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

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