#B79656

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

Shades of Barley Corn #B79656

Tints of Barley Corn #B79656

Color information

#B79656 (or 0xB79656) is unknown color: approx Barley Corn. HEX triplet: B7, 96 and 56. RGB value is (183,150,86). Sum of RGB (Red+Green+Blue) = 183+150+86=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B79656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79656 is #4869A9. Grayscale: #989898. Windows color (decimal): -4745642 or 5674679. OLE color: 5674679.

HSL color Cylindrical-coordinate representation of color #B79656: hue angle of 39.59º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B79656 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB18315086-
CMYK00.180.530.28
HSL39.59º40.25%52.75%-
HSV(B)39.59º53.01%71.76%-
XYZ32.1132.5513.39-
YUV152.5790.43149.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 86 (33.98% from 255) = 20.53%
R=43.68%
G=35.80%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831508600.180.530.2839.5940.2552.75
HexB79656012351C282835
Octal2672261260226534505065
Binary1011011110010110101011001001011010111100101000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79656; }

 p { color: rgb(183,150,86); }

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

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

 a { background-color: rgb(183,150,86); }

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

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

 span { border-color: rgb(183,150,86); }

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