#BF9F6C

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

Shades of Fallow #BF9F6C

Tints of Fallow #BF9F6C

Color information

#BF9F6C (or 0xBF9F6C) is unknown color: approx Fallow. HEX triplet: BF, 9F and 6C. RGB value is (191,159,108). Sum of RGB (Red+Green+Blue) = 191+159+108=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9F6C is #406093. Grayscale: #A2A2A2. Windows color (decimal): -4219028 or 7118783. OLE color: 7118783.

HSL color Cylindrical-coordinate representation of color #BF9F6C: hue angle of 36.87º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF9F6C is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB191159108-
CMYK00.170.430.25
HSL36.87º39.34%58.63%-
HSV(B)36.87º43.46%74.9%-
XYZ36.5936.9619.39-
YUV162.7597.1148.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 159 (62.5% from 255) = 34.72%
BLUE value IS 108 (42.58% from 255) = 23.58%
R=41.70%
G=34.72%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115910800.170.430.2536.8739.3458.63
HexBF9F6C0112B1925273b
Octal2772371540215331454773
Binary1011111110011111110110001000110101111001100101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F6C; }

 p { color: rgb(191,159,108); }

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

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

 a { background-color: rgb(191,159,108); }

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

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

 span { border-color: rgb(191,159,108); }

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