#B79163

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

Shades of Barley Corn #B79163

Tints of Barley Corn #B79163

Color information

#B79163 (or 0xB79163) is unknown color: approx Barley Corn. HEX triplet: B7, 91 and 63. RGB value is (183,145,99). Sum of RGB (Red+Green+Blue) = 183+145+99=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B79163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79163 is #486E9C. Grayscale: #979797. Windows color (decimal): -4746909 or 6525367. OLE color: 6525367.

HSL color Cylindrical-coordinate representation of color #B79163: hue angle of 32.86º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B79163 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB18314599-
CMYK00.210.460.28
HSL32.86º36.84%55.29%-
HSV(B)32.86º45.9%71.76%-
XYZ31.9131.2216.15-
YUV151.1298.59150.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 99 (39.06% from 255) = 23.19%
R=42.86%
G=33.96%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831459900.210.460.2832.8636.8455.29
HexB791630152E1C212537
Octal2672211430255634414567
Binary1011011110010001110001101010110111011100100001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79163; }

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

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

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

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

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

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

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

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