#BD828B

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

Shades of Puce #BD828B

Tints of Puce #BD828B

Color information

#BD828B (or 0xBD828B) is unknown color: approx Puce. HEX triplet: BD, 82 and 8B. RGB value is (189,130,139). Sum of RGB (Red+Green+Blue) = 189+130+139=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD828B is #427D74. Grayscale: #949494. Windows color (decimal): -4357493 or 9142973. OLE color: 9142973.

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

Color convert

RGB189130139-
CMYK00.310.260.26
HSL350.85º30.89%62.55%-
HSV(B)350.85º31.22%74.12%-
XYZ33.6328.6528.18-
YUV148.67122.55156.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 130 (51.17% from 255) = 28.38%
BLUE value IS 139 (54.69% from 255) = 30.35%
R=41.27%
G=28.38%
B=30.35%

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
Decimal18913013900.310.260.26350.8530.8962.55
HexBD828B01F1A1A15f1f3f
Octal27520221303732325373777
Binary101111011000001010001011011111110101101010101111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD828B; }

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

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

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

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

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

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

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

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