#BD878E

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

Shades of Puce #BD878E

Tints of Puce #BD878E

Color information

#BD878E (or 0xBD878E) is unknown color: approx Puce. HEX triplet: BD, 87 and 8E. RGB value is (189,135,142). Sum of RGB (Red+Green+Blue) = 189+135+142=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD878E is #427871. Grayscale: #979797. Windows color (decimal): -4356210 or 9340861. OLE color: 9340861.

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

Color convert

RGB189135142-
CMYK00.290.250.26
HSL352.22º29.03%63.53%-
HSV(B)352.22º28.57%74.12%-
XYZ34.5330.129.58-
YUV151.94122.39154.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.56%
GREEN value IS 135 (53.12% from 255) = 28.97%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=40.56%
G=28.97%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913514200.290.250.26352.2229.0363.53
HexBD878E01D191A1601d40
Octal275207216035313254035100
Binary1011110110000111100011100111011100111010101100000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD878E; }

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

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

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

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

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

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

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

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