#BF898E

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

Shades of Puce #BF898E

Tints of Puce #BF898E

Color information

#BF898E (or 0xBF898E) is unknown color: approx Puce. HEX triplet: BF, 89 and 8E. RGB value is (191,137,142). Sum of RGB (Red+Green+Blue) = 191+137+142=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF898E is #407671. Grayscale: #999999. Windows color (decimal): -4224626 or 9341375. OLE color: 9341375.

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

Color convert

RGB191137142-
CMYK00.280.260.25
HSL354.44º29.67%64.31%-
HSV(B)354.44º28.27%74.9%-
XYZ35.3130.9229.7-
YUV153.72121.39154.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 137 (53.91% from 255) = 29.15%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=40.64%
G=29.15%
B=30.21%

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
Decimal19113714200.280.260.25354.4429.6764.31
HexBF898E01C1A191621e40
Octal277211216034323154236100
Binary1011111110001001100011100111001101011001101100010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF898E; }

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

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

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

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

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

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

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

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