#B79D65

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

Shades of Barley Corn #B79D65

Tints of Barley Corn #B79D65

Color information

#B79D65 (or 0xB79D65) is unknown color: approx Barley Corn. HEX triplet: B7, 9D and 65. RGB value is (183,157,101). Sum of RGB (Red+Green+Blue) = 183+157+101=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79D65 is #48629A. Grayscale: #9E9E9E. Windows color (decimal): -4743835 or 6659511. OLE color: 6659511.

HSL color Cylindrical-coordinate representation of color #B79D65: hue angle of 40.98º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B79D65 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB183157101-
CMYK00.140.450.28
HSL40.98º36.28%55.69%-
HSV(B)40.98º44.81%71.76%-
XYZ33.9335.1217.3-
YUV158.3995.61145.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 157 (61.72% from 255) = 35.60%
BLUE value IS 101 (39.84% from 255) = 22.90%
R=41.50%
G=35.60%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315710100.140.450.2840.9836.2855.69
HexB79D650E2D1C292438
Octal2672351450165534514470
Binary101101111001110111001010111010110111100101001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79D65; }

 p { color: rgb(183,157,101); }

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

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

 a { background-color: rgb(183,157,101); }

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

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

 span { border-color: rgb(183,157,101); }

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