#BF898D

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

Shades of Puce #BF898D

Tints of Puce #BF898D

Color information

#BF898D (or 0xBF898D) is unknown color: approx Puce. HEX triplet: BF, 89 and 8D. RGB value is (191,137,141). Sum of RGB (Red+Green+Blue) = 191+137+141=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF898D is #407672. Grayscale: #999999. Windows color (decimal): -4224627 or 9275839. OLE color: 9275839.

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

Color convert

RGB191137141-
CMYK00.280.260.25
HSL355.56º29.67%64.31%-
HSV(B)355.56º28.27%74.9%-
XYZ35.2430.8929.3-
YUV153.6120.89154.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 137 (53.91% from 255) = 29.21%
BLUE value IS 141 (55.47% from 255) = 30.06%
R=40.72%
G=29.21%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113714100.280.260.25355.5629.6764.31
HexBF898D01C1A191641e40
Octal277211215034323154436100
Binary1011111110001001100011010111001101011001101100100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF898D; }

 p { color: rgb(191,137,141); }

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

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

 a { background-color: rgb(191,137,141); }

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

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

 span { border-color: rgb(191,137,141); }

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