#B9985F

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

Shades of Barley Corn #B9985F

Tints of Barley Corn #B9985F

Color information

#B9985F (or 0xB9985F) is unknown color: approx Barley Corn. HEX triplet: B9, 98 and 5F. RGB value is (185,152,95). Sum of RGB (Red+Green+Blue) = 185+152+95=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9985F is #4667A0. Grayscale: #9B9B9B. Windows color (decimal): -4614049 or 6265017. OLE color: 6265017.

HSL color Cylindrical-coordinate representation of color #B9985F: hue angle of 38º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9985F is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18515295-
CMYK00.180.490.27
HSL38º39.13%54.9%-
HSV(B)38º48.65%72.55%-
XYZ33.333.615.56-
YUV155.3793.93149.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 152 (59.77% from 255) = 35.19%
BLUE value IS 95 (37.5% from 255) = 21.99%
R=42.82%
G=35.19%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851529500.180.490.273839.1354.9
HexB9985F012311B262737
Octal2712301370226133464767
Binary1011100110011000101111101001011000111011100110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9985F; }

 p { color: rgb(185,152,95); }

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

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

 a { background-color: rgb(185,152,95); }

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

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

 span { border-color: rgb(185,152,95); }

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