#B79560

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

Shades of Barley Corn #B79560

Tints of Barley Corn #B79560

Color information

#B79560 (or 0xB79560) is unknown color: approx Barley Corn. HEX triplet: B7, 95 and 60. RGB value is (183,149,96). Sum of RGB (Red+Green+Blue) = 183+149+96=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B79560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79560 is #486A9F. Grayscale: #999999. Windows color (decimal): -4745888 or 6329783. OLE color: 6329783.

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

Color convert

RGB18314996-
CMYK00.190.480.28
HSL36.55º37.66%54.71%-
HSV(B)36.55º47.54%71.76%-
XYZ32.3932.4115.61-
YUV153.1295.76149.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 149 (58.59% from 255) = 34.81%
BLUE value IS 96 (37.89% from 255) = 22.43%
R=42.76%
G=34.81%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831499600.190.480.2836.5537.6654.71
HexB79560013301C252637
Octal2672251400236034454667
Binary1011011110010101110000001001111000011100100101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79560; }

 p { color: rgb(183,149,96); }

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

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

 a { background-color: rgb(183,149,96); }

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

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

 span { border-color: rgb(183,149,96); }

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