#BF828D

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

Shades of Puce #BF828D

Tints of Puce #BF828D

Color information

#BF828D (or 0xBF828D) is unknown color: approx Puce. HEX triplet: BF, 82 and 8D. RGB value is (191,130,141). Sum of RGB (Red+Green+Blue) = 191+130+141=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF828D is #407D72. Grayscale: #959595. Windows color (decimal): -4226419 or 9274047. OLE color: 9274047.

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

Color convert

RGB191130141-
CMYK00.320.260.25
HSL349.18º32.28%62.94%-
HSV(B)349.18º31.94%74.9%-
XYZ34.2828.9628.98-
YUV149.49123.21157.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.34%
GREEN value IS 130 (51.17% from 255) = 28.14%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=41.34%
G=28.14%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113014100.320.260.25349.1832.2862.94
HexBF828D0201A1915d203f
Octal27720221504032315354077
Binary10111111100000101000110101000001101011001101011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF828D; }

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

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

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

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

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

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

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

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