#BD8788

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

Shades of Puce #BD8788

Tints of Puce #BD8788

Color information

#BD8788 (or 0xBD8788) is unknown color: approx Puce. HEX triplet: BD, 87 and 88. RGB value is (189,135,136). Sum of RGB (Red+Green+Blue) = 189+135+136=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8788 is #427877. Grayscale: #979797. Windows color (decimal): -4356216 or 8947645. OLE color: 8947645.

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

Color convert

RGB189135136-
CMYK00.290.280.26
HSL358.89º29.03%63.53%-
HSV(B)358.89º28.57%74.12%-
XYZ34.0929.9227.27-
YUV151.26119.39154.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 135 (53.12% from 255) = 29.35%
BLUE value IS 136 (53.52% from 255) = 29.57%
R=41.09%
G=29.35%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913513600.290.280.26358.8929.0363.53
HexBD878801D1C1A1671d40
Octal275207210035343254735100
Binary1011110110000111100010000111011110011010101100111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8788; }

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

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

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

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

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

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

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

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