#BF9666

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

Shades of Fallow #BF9666

Tints of Fallow #BF9666

Color information

#BF9666 (or 0xBF9666) is unknown color: approx Fallow. HEX triplet: BF, 96 and 66. RGB value is (191,150,102). Sum of RGB (Red+Green+Blue) = 191+150+102=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9666 is #406999. Grayscale: #9D9D9D. Windows color (decimal): -4221338 or 6723263. OLE color: 6723263.

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

Color convert

RGB191150102-
CMYK00.210.470.25
HSL32.36º41.01%57.45%-
HSV(B)32.36º46.6%74.9%-
XYZ34.7933.8517.27-
YUV156.7997.08152.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 102 (40.23% from 255) = 23.02%
R=43.12%
G=33.86%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115010200.210.470.2532.3641.0157.45
HexBF96660152F19202939
Octal2772261460255731405171
Binary1011111110010110110011001010110111111001100000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9666; }

 p { color: rgb(191,150,102); }

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

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

 a { background-color: rgb(191,150,102); }

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

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

 span { border-color: rgb(191,150,102); }

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