#B79F63

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

Shades of Barley Corn #B79F63

Tints of Barley Corn #B79F63

Color information

#B79F63 (or 0xB79F63) is unknown color: approx Barley Corn. HEX triplet: B7, 9F and 63. RGB value is (183,159,99). Sum of RGB (Red+Green+Blue) = 183+159+99=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79F63 is #48609C. Grayscale: #9F9F9F. Windows color (decimal): -4743325 or 6528951. OLE color: 6528951.

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

Color convert

RGB18315999-
CMYK00.130.460.28
HSL42.86º36.84%55.29%-
HSV(B)42.86º45.9%71.76%-
XYZ34.1835.7616.91-
YUV159.3493.95144.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 159 (62.5% from 255) = 36.05%
BLUE value IS 99 (39.06% from 255) = 22.45%
R=41.50%
G=36.05%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831599900.130.460.2842.8636.8455.29
HexB79F630D2E1C2b2537
Octal2672371430155634534567
Binary101101111001111111000110110110111011100101011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79F63; }

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

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

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

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

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

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

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

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