#BD8687

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

Shades of Puce #BD8687

Tints of Puce #BD8687

Color information

#BD8687 (or 0xBD8687) is unknown color: approx Puce. HEX triplet: BD, 86 and 87. RGB value is (189,134,135). Sum of RGB (Red+Green+Blue) = 189+134+135=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8687 is #427978. Grayscale: #969696. Windows color (decimal): -4356473 or 8881853. OLE color: 8881853.

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

Color convert

RGB189134135-
CMYK00.290.290.26
HSL358.91º29.41%63.33%-
HSV(B)358.91º29.1%74.12%-
XYZ33.8829.6226.85-
YUV150.56119.22155.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 134 (52.73% from 255) = 29.26%
BLUE value IS 135 (53.12% from 255) = 29.48%
R=41.27%
G=29.26%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913413500.290.290.26358.9129.4163.33
HexBD868701D1D1A1671d3f
Octal27520620703535325473577
Binary101111011000011010000111011101111011101010110011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8687; }

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

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

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

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

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

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

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

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