#BF976C

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

Shades of Fallow #BF976C

Tints of Fallow #BF976C

Color information

#BF976C (or 0xBF976C) is unknown color: approx Fallow. HEX triplet: BF, 97 and 6C. RGB value is (191,151,108). Sum of RGB (Red+Green+Blue) = 191+151+108=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF976C is #406893. Grayscale: #9E9E9E. Windows color (decimal): -4221076 or 7116735. OLE color: 7116735.

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

Color convert

RGB191151108-
CMYK00.210.430.25
HSL31.08º39.34%58.63%-
HSV(B)31.08º43.46%74.9%-
XYZ35.2634.2918.95-
YUV158.0699.75151.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 151 (59.38% from 255) = 33.56%
BLUE value IS 108 (42.58% from 255) = 24%
R=42.44%
G=33.56%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115110800.210.430.2531.0839.3458.63
HexBF976C0152B191f273b
Octal2772271540255331374773
Binary101111111001011111011000101011010111100111111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF976C; }

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

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

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

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

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

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

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

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