#B79B65

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

Shades of Barley Corn #B79B65

Tints of Barley Corn #B79B65

Color information

#B79B65 (or 0xB79B65) is unknown color: approx Barley Corn. HEX triplet: B7, 9B and 65. RGB value is (183,155,101). Sum of RGB (Red+Green+Blue) = 183+155+101=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79B65 is #48649A. Grayscale: #9D9D9D. Windows color (decimal): -4744347 or 6658999. OLE color: 6658999.

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

Color convert

RGB183155101-
CMYK00.150.450.28
HSL39.51º36.28%55.69%-
HSV(B)39.51º44.81%71.76%-
XYZ33.634.4517.19-
YUV157.2296.28146.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.69%
GREEN value IS 155 (60.94% from 255) = 35.31%
BLUE value IS 101 (39.84% from 255) = 23.01%
R=41.69%
G=35.31%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315510100.150.450.2839.5136.2855.69
HexB79B650F2D1C282438
Octal2672331450175534504470
Binary101101111001101111001010111110110111100101000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79B65; }

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

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

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

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

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

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

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

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