#B79367

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

Shades of Barley Corn #B79367

Tints of Barley Corn #B79367

Color information

#B79367 (or 0xB79367) is unknown color: approx Barley Corn. HEX triplet: B7, 93 and 67. RGB value is (183,147,103). Sum of RGB (Red+Green+Blue) = 183+147+103=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B79367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79367 is #486C98. Grayscale: #989898. Windows color (decimal): -4746393 or 6788023. OLE color: 6788023.

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

Color convert

RGB183147103-
CMYK00.200.440.28
HSL33º35.71%56.08%-
HSV(B)33º43.72%71.76%-
XYZ32.4131.9117.28-
YUV152.7599.93149.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 147 (57.81% from 255) = 33.95%
BLUE value IS 103 (40.62% from 255) = 23.79%
R=42.26%
G=33.95%
B=23.79%

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
Decimal18314710300.200.440.283335.7156.08
HexB793670142C1C212438
Octal2672231470245434414470
Binary1011011110010011110011101010010110011100100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79367; }

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

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

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

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

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

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

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

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