#BF9867

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

Shades of Fallow #BF9867

Tints of Fallow #BF9867

Color information

#BF9867 (or 0xBF9867) is unknown color: approx Fallow. HEX triplet: BF, 98 and 67. RGB value is (191,152,103). Sum of RGB (Red+Green+Blue) = 191+152+103=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9867 is #406798. Grayscale: #9E9E9E. Windows color (decimal): -4220825 or 6789311. OLE color: 6789311.

HSL color Cylindrical-coordinate representation of color #BF9867: hue angle of 33.41º degrees, saturation: 0.41, 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 #BF9867 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB191152103-
CMYK00.200.460.25
HSL33.41º40.74%57.65%-
HSV(B)33.41º46.07%74.9%-
XYZ35.1634.5117.64-
YUV158.0796.92151.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 152 (59.77% from 255) = 34.08%
BLUE value IS 103 (40.62% from 255) = 23.09%
R=42.83%
G=34.08%
B=23.09%

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
Decimal19115210300.200.460.2533.4140.7457.65
HexBF98670142E1921293a
Octal2772301470245631415172
Binary1011111110011000110011101010010111011001100001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9867; }

 p { color: rgb(191,152,103); }

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

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

 a { background-color: rgb(191,152,103); }

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

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

 span { border-color: rgb(191,152,103); }

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