#BF838D

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

Shades of Puce #BF838D

Tints of Puce #BF838D

Color information

#BF838D (or 0xBF838D) is unknown color: approx Puce. HEX triplet: BF, 83 and 8D. RGB value is (191,131,141). Sum of RGB (Red+Green+Blue) = 191+131+141=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF838D is #407C72. Grayscale: #969696. Windows color (decimal): -4226163 or 9274303. OLE color: 9274303.

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

Color convert

RGB191131141-
CMYK00.310.260.25
HSL350º31.91%63.14%-
HSV(B)350º31.41%74.9%-
XYZ34.4129.2329.03-
YUV150.08122.88157.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 131 (51.56% from 255) = 28.29%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=41.25%
G=28.29%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113114100.310.260.2535031.9163.14
HexBF838D01F1A1915e203f
Octal27720321503732315364077
Binary1011111110000011100011010111111101011001101011110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF838D; }

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

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

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

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

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

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

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

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