#BD878A

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

Shades of Puce #BD878A

Tints of Puce #BD878A

Color information

#BD878A (or 0xBD878A) is unknown color: approx Puce. HEX triplet: BD, 87 and 8A. RGB value is (189,135,138). Sum of RGB (Red+Green+Blue) = 189+135+138=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD878A is #427875. Grayscale: #979797. Windows color (decimal): -4356214 or 9078717. OLE color: 9078717.

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

Color convert

RGB189135138-
CMYK00.290.270.26
HSL356.67º29.03%63.53%-
HSV(B)356.67º28.57%74.12%-
XYZ34.2429.9828.03-
YUV151.49120.39154.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 135 (53.12% from 255) = 29.22%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=40.91%
G=29.22%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913513800.290.270.26356.6729.0363.53
HexBD878A01D1B1A1651d40
Octal275207212035333254535100
Binary1011110110000111100010100111011101111010101100101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD878A; }

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

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

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

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

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

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

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

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