#BF976F

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

Shades of Fallow #BF976F

Tints of Fallow #BF976F

Color information

#BF976F (or 0xBF976F) is unknown color: approx Fallow. HEX triplet: BF, 97 and 6F. RGB value is (191,151,111). Sum of RGB (Red+Green+Blue) = 191+151+111=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF976F is #406890. Grayscale: #9E9E9E. Windows color (decimal): -4221073 or 7313343. OLE color: 7313343.

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

Color convert

RGB191151111-
CMYK00.210.420.25
HSL30º38.46%59.22%-
HSV(B)30º41.88%74.9%-
XYZ35.4234.3619.8-
YUV158.4101.25151.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 151 (59.38% from 255) = 33.33%
BLUE value IS 111 (43.75% from 255) = 24.50%
R=42.16%
G=33.33%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115111100.210.420.253038.4659.22
HexBF976F0152A191e263b
Octal2772271570255231364673
Binary101111111001011111011110101011010101100111110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF976F; }

 p { color: rgb(191,151,111); }

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

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

 a { background-color: rgb(191,151,111); }

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

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

 span { border-color: rgb(191,151,111); }

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