#BF907E

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

Shades of Pale Taupe #BF907E

Tints of Pale Taupe #BF907E

Color information

#BF907E (or 0xBF907E) is unknown color: approx Pale Taupe. HEX triplet: BF, 90 and 7E. RGB value is (191,144,126). Sum of RGB (Red+Green+Blue) = 191+144+126=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF907E is #406F81. Grayscale: #9C9C9C. Windows color (decimal): -4222850 or 8294591. OLE color: 8294591.

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

Color convert

RGB191144126-
CMYK00.250.340.25
HSL16.62º33.68%62.16%-
HSV(B)16.62º34.03%74.9%-
XYZ35.2332.5324.16-
YUV156111.07152.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 144 (56.64% from 255) = 31.24%
BLUE value IS 126 (49.61% from 255) = 27.33%
R=41.43%
G=31.24%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114412600.250.340.2516.6233.6862.16
HexBF907E019221911223e
Octal2772201760314231214276
Binary101111111001000011111100110011000101100110001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF907E; }

 p { color: rgb(191,144,126); }

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

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

 a { background-color: rgb(191,144,126); }

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

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

 span { border-color: rgb(191,144,126); }

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