#BF907A

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

Shades of Pale Taupe #BF907A

Tints of Pale Taupe #BF907A

Color information

#BF907A (or 0xBF907A) is unknown color: approx Pale Taupe. HEX triplet: BF, 90 and 7A. RGB value is (191,144,122). Sum of RGB (Red+Green+Blue) = 191+144+122=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF907A is #406F85. Grayscale: #9B9B9B. Windows color (decimal): -4222854 or 8032447. OLE color: 8032447.

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

Color convert

RGB191144122-
CMYK00.250.360.25
HSL19.13º35.03%61.37%-
HSV(B)19.13º36.13%74.9%-
XYZ34.9732.4322.83-
YUV155.55109.07153.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.79%
GREEN value IS 144 (56.64% from 255) = 31.51%
BLUE value IS 122 (48.05% from 255) = 26.70%
R=41.79%
G=31.51%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114412200.250.360.2519.1335.0361.37
HexBF907A019241913233d
Octal2772201720314431234375
Binary101111111001000011110100110011001001100110011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF907A; }

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

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

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

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

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

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

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

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