#BF828C

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

Shades of Puce #BF828C

Tints of Puce #BF828C

Color information

#BF828C (or 0xBF828C) is unknown color: approx Puce. HEX triplet: BF, 82 and 8C. RGB value is (191,130,140). Sum of RGB (Red+Green+Blue) = 191+130+140=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF828C is #407D73. Grayscale: #959595. Windows color (decimal): -4226420 or 9208511. OLE color: 9208511.

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

Color convert

RGB191130140-
CMYK00.320.270.25
HSL350.16º32.28%62.94%-
HSV(B)350.16º31.94%74.9%-
XYZ34.228.9428.59-
YUV149.38122.71157.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 130 (51.17% from 255) = 28.20%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=41.43%
G=28.20%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113014000.320.270.25350.1632.2862.94
HexBF828C0201B1915e203f
Octal27720221404033315364077
Binary10111111100000101000110001000001101111001101011110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF828C; }

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

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

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

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

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

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

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

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