#B99F5F

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

Shades of Barley Corn #B99F5F

Tints of Barley Corn #B99F5F

Color information

#B99F5F (or 0xB99F5F) is unknown color: approx Barley Corn. HEX triplet: B9, 9F and 5F. RGB value is (185,159,95). Sum of RGB (Red+Green+Blue) = 185+159+95=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99F5F is #4660A0. Grayscale: #9F9F9F. Windows color (decimal): -4612257 or 6266809. OLE color: 6266809.

HSL color Cylindrical-coordinate representation of color #B99F5F: hue angle of 42.67º 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 #B99F5F is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18515995-
CMYK00.140.490.27
HSL42.67º39.13%54.9%-
HSV(B)42.67º48.65%72.55%-
XYZ34.4735.9415.95-
YUV159.4891.61146.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 159 (62.5% from 255) = 36.22%
BLUE value IS 95 (37.5% from 255) = 21.64%
R=42.14%
G=36.22%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851599500.140.490.2742.6739.1354.9
HexB99F5F0E311B2b2737
Octal2712371370166133534767
Binary101110011001111110111110111011000111011101011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99F5F; }

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

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

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

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

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

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

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

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