#BF9968

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

Shades of Fallow #BF9968

Tints of Fallow #BF9968

Color information

#BF9968 (or 0xBF9968) is unknown color: approx Fallow. HEX triplet: BF, 99 and 68. RGB value is (191,153,104). Sum of RGB (Red+Green+Blue) = 191+153+104=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9968 is #406697. Grayscale: #9F9F9F. Windows color (decimal): -4220568 or 6855103. OLE color: 6855103.

HSL color Cylindrical-coordinate representation of color #BF9968: hue angle of 33.79º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF9968 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB191153104-
CMYK00.200.460.25
HSL33.79º40.47%57.84%-
HSV(B)33.79º45.55%74.9%-
XYZ35.3834.8617.96-
YUV158.7897.09150.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 153 (60.16% from 255) = 34.15%
BLUE value IS 104 (41.02% from 255) = 23.21%
R=42.63%
G=34.15%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115310400.200.460.2533.7940.4757.84
HexBF99680142E1922283a
Octal2772311500245631425072
Binary1011111110011001110100001010010111011001100010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9968; }

 p { color: rgb(191,153,104); }

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

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

 a { background-color: rgb(191,153,104); }

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

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

 span { border-color: rgb(191,153,104); }

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