#B79259

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

Shades of Barley Corn #B79259

Tints of Barley Corn #B79259

Color information

#B79259 (or 0xB79259) is unknown color: approx Barley Corn. HEX triplet: B7, 92 and 59. RGB value is (183,146,89). Sum of RGB (Red+Green+Blue) = 183+146+89=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B79259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79259 is #486DA6. Grayscale: #969696. Windows color (decimal): -4746663 or 5870263. OLE color: 5870263.

HSL color Cylindrical-coordinate representation of color #B79259: hue angle of 36.38º 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 #B79259 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18314689-
CMYK00.200.510.28
HSL36.38º39.5%53.33%-
HSV(B)36.38º51.37%71.76%-
XYZ31.6131.3513.84-
YUV150.5693.26151.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 89 (35.16% from 255) = 21.29%
R=43.78%
G=34.93%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831468900.200.510.2836.3839.553.33
HexB79259014331C242735
Octal2672221310246334444765
Binary1011011110010010101100101010011001111100100100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79259; }

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

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

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

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

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

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

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

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