#BF9E68

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

Shades of Fallow #BF9E68

Tints of Fallow #BF9E68

Color information

#BF9E68 (or 0xBF9E68) is unknown color: approx Fallow. HEX triplet: BF, 9E and 68. RGB value is (191,158,104). Sum of RGB (Red+Green+Blue) = 191+158+104=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9E68 is #406197. Grayscale: #A1A1A1. Windows color (decimal): -4219288 or 6856383. OLE color: 6856383.

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

Color convert

RGB191158104-
CMYK00.170.460.25
HSL37.24º40.47%57.84%-
HSV(B)37.24º45.55%74.9%-
XYZ36.2136.5318.24-
YUV161.7195.43148.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 158 (62.11% from 255) = 34.88%
BLUE value IS 104 (41.02% from 255) = 22.96%
R=42.16%
G=34.88%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115810400.170.460.2537.2440.4757.84
HexBF9E680112E1925283a
Octal2772361500215631455072
Binary1011111110011110110100001000110111011001100101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E68; }

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

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

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

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

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

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

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

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