#BD828D

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

Shades of Puce #BD828D

Tints of Puce #BD828D

Color information

#BD828D (or 0xBD828D) is unknown color: approx Puce. HEX triplet: BD, 82 and 8D. RGB value is (189,130,141). Sum of RGB (Red+Green+Blue) = 189+130+141=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD828D is #427D72. Grayscale: #949494. Windows color (decimal): -4357491 or 9274045. OLE color: 9274045.

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

Color convert

RGB189130141-
CMYK00.310.250.26
HSL348.81º30.89%62.55%-
HSV(B)348.81º31.22%74.12%-
XYZ33.7828.7128.96-
YUV148.9123.55156.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 130 (51.17% from 255) = 28.26%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=41.09%
G=28.26%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913014100.310.250.26348.8130.8962.55
HexBD828D01F191A15d1f3f
Octal27520221503731325353777
Binary101111011000001010001101011111110011101010101110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD828D; }

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

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

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

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

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

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

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

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