#BD888F

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

Shades of Puce #BD888F

Tints of Puce #BD888F

Color information

#BD888F (or 0xBD888F) is unknown color: approx Puce. HEX triplet: BD, 88 and 8F. RGB value is (189,136,143). Sum of RGB (Red+Green+Blue) = 189+136+143=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD888F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD888F is #427770. Grayscale: #989898. Windows color (decimal): -4355953 or 9406653. OLE color: 9406653.

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

Color convert

RGB189136143-
CMYK00.280.240.26
HSL352.08º28.65%63.73%-
HSV(B)352.08º28.04%74.12%-
XYZ34.7530.4130.02-
YUV152.64122.56153.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.38%
GREEN value IS 136 (53.52% from 255) = 29.06%
BLUE value IS 143 (56.25% from 255) = 30.56%
R=40.38%
G=29.06%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913614300.280.240.26352.0828.6563.73
HexBD888F01C181A1601d40
Octal275210217034303254035100
Binary1011110110001000100011110111001100011010101100000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD888F; }

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

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

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

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

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

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

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

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