#BF9D5F

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

Shades of Barley Corn #BF9D5F

Tints of Barley Corn #BF9D5F

Color information

#BF9D5F (or 0xBF9D5F) is unknown color: approx Barley Corn. HEX triplet: BF, 9D and 5F. RGB value is (191,157,95). Sum of RGB (Red+Green+Blue) = 191+157+95=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9D5F is #4062A0. Grayscale: #A0A0A0. Windows color (decimal): -4219553 or 6266303. OLE color: 6266303.

HSL color Cylindrical-coordinate representation of color #BF9D5F: hue angle of 38.75º 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 #BF9D5F is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19115795-
CMYK00.180.500.25
HSL38.75º42.86%56.08%-
HSV(B)38.75º50.26%74.9%-
XYZ35.6136.0215.9-
YUV160.191.26150.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 157 (61.72% from 255) = 35.44%
BLUE value IS 95 (37.5% from 255) = 21.44%
R=43.12%
G=35.44%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911579500.180.500.2538.7542.8656.08
HexBF9D5F0123219272b38
Octal2772351370226231475370
Binary1011111110011101101111101001011001011001100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9D5F; }

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

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

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

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

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

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

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

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