#BD828F

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

Shades of Puce #BD828F

Tints of Puce #BD828F

Color information

#BD828F (or 0xBD828F) is unknown color: approx Puce. HEX triplet: BD, 82 and 8F. RGB value is (189,130,143). Sum of RGB (Red+Green+Blue) = 189+130+143=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD828F is #427D70. Grayscale: #959595. Windows color (decimal): -4357489 or 9405117. OLE color: 9405117.

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

Color convert

RGB189130143-
CMYK00.310.240.26
HSL346.78º30.89%62.55%-
HSV(B)346.78º31.22%74.12%-
XYZ33.9328.7729.75-
YUV149.12124.55156.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 130 (51.17% from 255) = 28.14%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=40.91%
G=28.14%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913014300.310.240.26346.7830.8962.55
HexBD828F01F181A15b1f3f
Octal27520221703730325333777
Binary101111011000001010001111011111110001101010101101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD828F; }

 p { color: rgb(189,130,143); }

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

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

 a { background-color: rgb(189,130,143); }

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

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

 span { border-color: rgb(189,130,143); }

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