#BD878F

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

Shades of Puce #BD878F

Tints of Puce #BD878F

Color information

#BD878F (or 0xBD878F) is unknown color: approx Puce. HEX triplet: BD, 87 and 8F. RGB value is (189,135,143). Sum of RGB (Red+Green+Blue) = 189+135+143=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD878F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD878F is #427870. Grayscale: #989898. Windows color (decimal): -4356209 or 9406397. OLE color: 9406397.

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

Color convert

RGB189135143-
CMYK00.290.240.26
HSL351.11º29.03%63.53%-
HSV(B)351.11º28.57%74.12%-
XYZ34.6130.1329.98-
YUV152.06122.89154.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 135 (53.12% from 255) = 28.91%
BLUE value IS 143 (56.25% from 255) = 30.62%
R=40.47%
G=28.91%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913514300.290.240.26351.1129.0363.53
HexBD878F01D181A15f1d40
Octal275207217035303253735100
Binary1011110110000111100011110111011100011010101011111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD878F; }

 p { color: rgb(189,135,143); }

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

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

 a { background-color: rgb(189,135,143); }

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

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

 span { border-color: rgb(189,135,143); }

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