#BF898B

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

Shades of Puce #BF898B

Tints of Puce #BF898B

Color information

#BF898B (or 0xBF898B) is unknown color: approx Puce. HEX triplet: BF, 89 and 8B. RGB value is (191,137,139). Sum of RGB (Red+Green+Blue) = 191+137+139=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF898B is #407674. Grayscale: #999999. Windows color (decimal): -4224629 or 9144767. OLE color: 9144767.

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

Color convert

RGB191137139-
CMYK00.280.270.25
HSL357.78º29.67%64.31%-
HSV(B)357.78º28.27%74.9%-
XYZ35.0930.8328.53-
YUV153.37119.89154.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 137 (53.91% from 255) = 29.34%
BLUE value IS 139 (54.69% from 255) = 29.76%
R=40.90%
G=29.34%
B=29.76%

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
Decimal19113713900.280.270.25357.7829.6764.31
HexBF898B01C1B191661e40
Octal277211213034333154636100
Binary1011111110001001100010110111001101111001101100110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF898B; }

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

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

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

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

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

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

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

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