#BD888E

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

Shades of Puce #BD888E

Tints of Puce #BD888E

Color information

#BD888E (or 0xBD888E) is unknown color: approx Puce. HEX triplet: BD, 88 and 8E. RGB value is (189,136,142). Sum of RGB (Red+Green+Blue) = 189+136+142=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD888E is #427771. Grayscale: #989898. Windows color (decimal): -4355954 or 9341117. OLE color: 9341117.

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

Color convert

RGB189136142-
CMYK00.280.250.26
HSL353.21º28.65%63.73%-
HSV(B)353.21º28.04%74.12%-
XYZ34.6730.3829.63-
YUV152.53122.06154.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 136 (53.52% from 255) = 29.12%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=40.47%
G=29.12%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913614200.280.250.26353.2128.6563.73
HexBD888E01C191A1611d40
Octal275210216034313254135100
Binary1011110110001000100011100111001100111010101100001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD888E; }

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

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

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

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

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

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

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

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