#BF9A5F

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

Shades of Barley Corn #BF9A5F

Tints of Barley Corn #BF9A5F

Color information

#BF9A5F (or 0xBF9A5F) is unknown color: approx Barley Corn. HEX triplet: BF, 9A and 5F. RGB value is (191,154,95). Sum of RGB (Red+Green+Blue) = 191+154+95=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9A5F is #4065A0. Grayscale: #9E9E9E. Windows color (decimal): -4220321 or 6265535. OLE color: 6265535.

HSL color Cylindrical-coordinate representation of color #BF9A5F: hue angle of 36.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF9A5F is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19115495-
CMYK00.190.500.25
HSL36.88º42.86%56.08%-
HSV(B)36.88º50.26%74.9%-
XYZ35.1135.0115.73-
YUV158.3492.26151.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 95 (37.5% from 255) = 21.59%
R=43.41%
G=35%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911549500.190.500.2536.8842.8656.08
HexBF9A5F0133219252b38
Octal2772321370236231455370
Binary1011111110011010101111101001111001011001100101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A5F; }

 p { color: rgb(191,154,95); }

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

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

 a { background-color: rgb(191,154,95); }

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

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

 span { border-color: rgb(191,154,95); }

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