#BF898C

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

Shades of Puce #BF898C

Tints of Puce #BF898C

Color information

#BF898C (or 0xBF898C) is unknown color: approx Puce. HEX triplet: BF, 89 and 8C. RGB value is (191,137,140). Sum of RGB (Red+Green+Blue) = 191+137+140=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF898C is #407673. Grayscale: #999999. Windows color (decimal): -4224628 or 9210303. OLE color: 9210303.

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

Color convert

RGB191137140-
CMYK00.280.270.25
HSL356.67º29.67%64.31%-
HSV(B)356.67º28.27%74.9%-
XYZ35.1730.8628.91-
YUV153.49120.39154.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 137 (53.91% from 255) = 29.27%
BLUE value IS 140 (55.08% from 255) = 29.91%
R=40.81%
G=29.27%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113714000.280.270.25356.6729.6764.31
HexBF898C01C1B191651e40
Octal277211214034333154536100
Binary1011111110001001100011000111001101111001101100101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF898C; }

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

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

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

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

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

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

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

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