#BF987A

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

Shades of Pale Taupe #BF987A

Tints of Pale Taupe #BF987A

Color information

#BF987A (or 0xBF987A) is unknown color: approx Pale Taupe. HEX triplet: BF, 98 and 7A. RGB value is (191,152,122). Sum of RGB (Red+Green+Blue) = 191+152+122=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF987A is #406785. Grayscale: #A0A0A0. Windows color (decimal): -4220806 or 8034495. OLE color: 8034495.

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

Color convert

RGB191152122-
CMYK00.200.360.25
HSL26.09º35.03%61.37%-
HSV(B)26.09º36.13%74.9%-
XYZ36.2334.9423.25-
YUV160.24106.42149.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 152 (59.77% from 255) = 32.69%
BLUE value IS 122 (48.05% from 255) = 26.24%
R=41.08%
G=32.69%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115212200.200.360.2526.0935.0361.37
HexBF987A01424191a233d
Octal2772301720244431324375
Binary101111111001100011110100101001001001100111010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF987A; }

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

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

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

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

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

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

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

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