#BF8890

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

Shades of Puce #BF8890

Tints of Puce #BF8890

Color information

#BF8890 (or 0xBF8890) is unknown color: approx Puce. HEX triplet: BF, 88 and 90. RGB value is (191,136,144). Sum of RGB (Red+Green+Blue) = 191+136+144=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8890 is #40776F. Grayscale: #999999. Windows color (decimal): -4224880 or 9472191. OLE color: 9472191.

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

Color convert

RGB191136144-
CMYK00.290.250.25
HSL351.27º30.05%64.12%-
HSV(B)351.27º28.8%74.9%-
XYZ35.3230.730.45-
YUV153.36122.72154.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 144 (56.64% from 255) = 30.57%
R=40.55%
G=28.87%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113614400.290.250.25351.2730.0564.12
HexBF889001D191915f1e40
Octal277210220035313153736100
Binary1011111110001000100100000111011100111001101011111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8890; }

 p { color: rgb(191,136,144); }

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

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

 a { background-color: rgb(191,136,144); }

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

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

 span { border-color: rgb(191,136,144); }

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