#BF9A75

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

Shades of Fallow #BF9A75

Tints of Fallow #BF9A75

Color information

#BF9A75 (or 0xBF9A75) is unknown color: approx Fallow. HEX triplet: BF, 9A and 75. RGB value is (191,154,117). Sum of RGB (Red+Green+Blue) = 191+154+117=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9A75 is #40658A. Grayscale: #A1A1A1. Windows color (decimal): -4220299 or 7707327. OLE color: 7707327.

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

Color convert

RGB191154117-
CMYK00.190.390.25
HSL30º36.63%60.39%-
HSV(B)30º38.74%74.9%-
XYZ36.2535.4721.77-
YUV160.84103.26149.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.34%
GREEN value IS 154 (60.55% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=41.34%
G=33.33%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115411700.190.390.253036.6360.39
HexBF9A7501327191e253c
Octal2772321650234731364574
Binary101111111001101011101010100111001111100111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A75; }

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

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

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

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

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

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

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

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