#BF898A

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

Shades of Puce #BF898A

Tints of Puce #BF898A

Color information

#BF898A (or 0xBF898A) is unknown color: approx Puce. HEX triplet: BF, 89 and 8A. RGB value is (191,137,138). Sum of RGB (Red+Green+Blue) = 191+137+138=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF898A is #407675. Grayscale: #999999. Windows color (decimal): -4224630 or 9079231. OLE color: 9079231.

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

Color convert

RGB191137138-
CMYK00.280.280.25
HSL358.89º29.67%64.31%-
HSV(B)358.89º28.27%74.9%-
XYZ35.0230.828.14-
YUV153.26119.39154.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 138 (54.30% from 255) = 29.61%
R=40.99%
G=29.40%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113713800.280.280.25358.8929.6764.31
HexBF898A01C1C191671e40
Octal277211212034343154736100
Binary1011111110001001100010100111001110011001101100111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF898A; }

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

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

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

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

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

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

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

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