#BD828C

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

Shades of Puce #BD828C

Tints of Puce #BD828C

Color information

#BD828C (or 0xBD828C) is unknown color: approx Puce. HEX triplet: BD, 82 and 8C. RGB value is (189,130,140). Sum of RGB (Red+Green+Blue) = 189+130+140=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD828C is #427D73. Grayscale: #949494. Windows color (decimal): -4357492 or 9208509. OLE color: 9208509.

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

Color convert

RGB189130140-
CMYK00.310.260.26
HSL349.83º30.89%62.55%-
HSV(B)349.83º31.22%74.12%-
XYZ33.728.6828.57-
YUV148.78123.05156.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.18%
GREEN value IS 130 (51.17% from 255) = 28.32%
BLUE value IS 140 (55.08% from 255) = 30.50%
R=41.18%
G=28.32%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913014000.310.260.26349.8330.8962.55
HexBD828C01F1A1A15e1f3f
Octal27520221403732325363777
Binary101111011000001010001100011111110101101010101111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD828C; }

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

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

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

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

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

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

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

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