#B79B5E

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

Shades of Barley Corn #B79B5E

Tints of Barley Corn #B79B5E

Color information

#B79B5E (or 0xB79B5E) is unknown color: approx Barley Corn. HEX triplet: B7, 9B and 5E. RGB value is (183,155,94). Sum of RGB (Red+Green+Blue) = 183+155+94=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79B5E is #4864A1. Grayscale: #9C9C9C. Windows color (decimal): -4744354 or 6200247. OLE color: 6200247.

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

Color convert

RGB18315594-
CMYK00.150.490.28
HSL41.12º38.2%54.31%-
HSV(B)41.12º48.63%71.76%-
XYZ33.2734.3215.46-
YUV156.4292.78146.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 94 (37.11% from 255) = 21.76%
R=42.36%
G=35.88%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831559400.150.490.2841.1238.254.31
HexB79B5E0F311C292636
Octal2672331360176134514666
Binary101101111001101110111100111111000111100101001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79B5E; }

 p { color: rgb(183,155,94); }

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

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

 a { background-color: rgb(183,155,94); }

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

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

 span { border-color: rgb(183,155,94); }

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