#BD888C

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

Shades of Puce #BD888C

Tints of Puce #BD888C

Color information

#BD888C (or 0xBD888C) is unknown color: approx Puce. HEX triplet: BD, 88 and 8C. RGB value is (189,136,140). Sum of RGB (Red+Green+Blue) = 189+136+140=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD888C is #427773. Grayscale: #989898. Windows color (decimal): -4355956 or 9210045. OLE color: 9210045.

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

Color convert

RGB189136140-
CMYK00.280.260.26
HSL355.47º28.65%63.73%-
HSV(B)355.47º28.04%74.12%-
XYZ34.5230.3228.84-
YUV152.3121.06154.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.65%
GREEN value IS 136 (53.52% from 255) = 29.25%
BLUE value IS 140 (55.08% from 255) = 30.11%
R=40.65%
G=29.25%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913614000.280.260.26355.4728.6563.73
HexBD888C01C1A1A1631d40
Octal275210214034323254335100
Binary1011110110001000100011000111001101011010101100011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD888C; }

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

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

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

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

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

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

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

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