#B79065

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

Shades of Barley Corn #B79065

Tints of Barley Corn #B79065

Color information

#B79065 (or 0xB79065) is unknown color: approx Barley Corn. HEX triplet: B7, 90 and 65. RGB value is (183,144,101). Sum of RGB (Red+Green+Blue) = 183+144+101=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B79065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79065 is #486F9A. Grayscale: #969696. Windows color (decimal): -4747163 or 6656183. OLE color: 6656183.

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

Color convert

RGB183144101-
CMYK00.210.450.28
HSL31.46º36.28%55.69%-
HSV(B)31.46º44.81%71.76%-
XYZ31.8530.9516.61-
YUV150.7699.92151-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 101 (39.84% from 255) = 23.60%
R=42.76%
G=33.64%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314410100.210.450.2831.4636.2855.69
HexB790650152D1C1f2438
Octal2672201450255534374470
Binary101101111001000011001010101011011011110011111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79065; }

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

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

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

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

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

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

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

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