#B79859

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

Shades of Barley Corn #B79859

Tints of Barley Corn #B79859

Color information

#B79859 (or 0xB79859) is unknown color: approx Barley Corn. HEX triplet: B7, 98 and 59. RGB value is (183,152,89). Sum of RGB (Red+Green+Blue) = 183+152+89=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B79859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79859 is #4867A6. Grayscale: #9A9A9A. Windows color (decimal): -4745127 or 5871799. OLE color: 5871799.

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

Color convert

RGB18315289-
CMYK00.170.510.28
HSL40.21º39.5%53.33%-
HSV(B)40.21º51.37%71.76%-
XYZ32.5633.2514.15-
YUV154.0991.27148.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 89 (35.16% from 255) = 20.99%
R=43.16%
G=35.85%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831528900.170.510.2840.2139.553.33
HexB79859011331C282735
Octal2672301310216334504765
Binary1011011110011000101100101000111001111100101000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79859; }

 p { color: rgb(183,152,89); }

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

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

 a { background-color: rgb(183,152,89); }

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

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

 span { border-color: rgb(183,152,89); }

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