#BF9C85

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

Shades of Pale Taupe #BF9C85

Tints of Pale Taupe #BF9C85

Color information

#BF9C85 (or 0xBF9C85) is unknown color: approx Pale Taupe. HEX triplet: BF, 9C and 85. RGB value is (191,156,133). Sum of RGB (Red+Green+Blue) = 191+156+133=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9C85 is #40637A. Grayscale: #A3A3A3. Windows color (decimal): -4219771 or 8756415. OLE color: 8756415.

HSL color Cylindrical-coordinate representation of color #BF9C85: hue angle of 23.79º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF9C85 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB191156133-
CMYK00.180.300.25
HSL23.79º31.18%63.53%-
HSV(B)23.79º30.37%74.9%-
XYZ37.6136.5527.26-
YUV163.84110.6147.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 156 (61.33% from 255) = 32.5%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=39.79%
G=32.5%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115613300.180.300.2523.7931.1863.53
HexBF9C850121E19181f40
Octal27723420502236313037100
Binary101111111001110010000101010010111101100111000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C85; }

 p { color: rgb(191,156,133); }

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

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

 a { background-color: rgb(191,156,133); }

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

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

 span { border-color: rgb(191,156,133); }

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