#B79265

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

Shades of Barley Corn #B79265

Tints of Barley Corn #B79265

Color information

#B79265 (or 0xB79265) is unknown color: approx Barley Corn. HEX triplet: B7, 92 and 65. RGB value is (183,146,101). Sum of RGB (Red+Green+Blue) = 183+146+101=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B79265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79265 is #486D9A. Grayscale: #989898. Windows color (decimal): -4746651 or 6656695. OLE color: 6656695.

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

Color convert

RGB183146101-
CMYK00.200.450.28
HSL32.93º36.28%55.69%-
HSV(B)32.93º44.81%71.76%-
XYZ32.1631.5616.71-
YUV151.9399.26150.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 146 (57.42% from 255) = 33.95%
BLUE value IS 101 (39.84% from 255) = 23.49%
R=42.56%
G=33.95%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314610100.200.450.2832.9336.2855.69
HexB792650142D1C212438
Octal2672221450245534414470
Binary1011011110010010110010101010010110111100100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79265; }

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

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

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

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

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

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

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

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