#BD8690

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

Shades of Puce #BD8690

Tints of Puce #BD8690

Color information

#BD8690 (or 0xBD8690) is unknown color: approx Puce. HEX triplet: BD, 86 and 90. RGB value is (189,134,144). Sum of RGB (Red+Green+Blue) = 189+134+144=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8690 is #42796F. Grayscale: #979797. Windows color (decimal): -4356464 or 9471677. OLE color: 9471677.

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

Color convert

RGB189134144-
CMYK00.290.240.26
HSL349.09º29.41%63.33%-
HSV(B)349.09º29.1%74.12%-
XYZ34.5529.8830.33-
YUV151.58123.72154.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 134 (52.73% from 255) = 28.69%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=40.47%
G=28.69%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913414400.290.240.26349.0929.4163.33
HexBD869001D181A15d1d3f
Octal27520622003530325353577
Binary101111011000011010010000011101110001101010101110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8690; }

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

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

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

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

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

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

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

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