#B99565

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

Shades of Barley Corn #B99565

Tints of Barley Corn #B99565

Color information

#B99565 (or 0xB99565) is unknown color: approx Barley Corn. HEX triplet: B9, 95 and 65. RGB value is (185,149,101). Sum of RGB (Red+Green+Blue) = 185+149+101=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B99565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99565 is #466A9A. Grayscale: #9A9A9A. Windows color (decimal): -4614811 or 6657465. OLE color: 6657465.

HSL color Cylindrical-coordinate representation of color #B99565: hue angle of 34.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B99565 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB185149101-
CMYK00.190.450.27
HSL34.29º37.5%56.08%-
HSV(B)34.29º45.41%72.55%-
XYZ33.132.7516.89-
YUV154.2997.93149.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.53%
GREEN value IS 149 (58.59% from 255) = 34.25%
BLUE value IS 101 (39.84% from 255) = 23.22%
R=42.53%
G=34.25%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514910100.190.450.2734.2937.556.08
HexB995650132D1B222638
Octal2712251450235533424670
Binary1011100110010101110010101001110110111011100010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99565; }

 p { color: rgb(185,149,101); }

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

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

 a { background-color: rgb(185,149,101); }

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

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

 span { border-color: rgb(185,149,101); }

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