#BF8199

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

Shades of Puce #BF8199

Tints of Puce #BF8199

Color information

#BF8199 (or 0xBF8199) is unknown color: approx Puce. HEX triplet: BF, 81 and 99. RGB value is (191,129,153). Sum of RGB (Red+Green+Blue) = 191+129+153=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8199 is #407E66. Grayscale: #969696. Windows color (decimal): -4226663 or 10060223. OLE color: 10060223.

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

Color convert

RGB191129153-
CMYK00.320.200.25
HSL336.77º32.63%62.75%-
HSV(B)336.77º32.46%74.9%-
XYZ35.0929.0833.9-
YUV150.27129.54157.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 153 (60.16% from 255) = 32.35%
R=40.38%
G=27.27%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112915300.320.200.25336.7732.6362.75
HexBF81990201419151213f
Octal27720123104024315214177
Binary10111111100000011001100101000001010011001101010001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8199; }

 p { color: rgb(191,129,153); }

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

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

 a { background-color: rgb(191,129,153); }

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

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

 span { border-color: rgb(191,129,153); }

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