#BF8099

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

Shades of Puce #BF8099

Tints of Puce #BF8099

Color information

#BF8099 (or 0xBF8099) is unknown color: approx Puce. HEX triplet: BF, 80 and 99. RGB value is (191,128,153). Sum of RGB (Red+Green+Blue) = 191+128+153=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8099 is #407F66. Grayscale: #959595. Windows color (decimal): -4226919 or 10059967. OLE color: 10059967.

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

Color convert

RGB191128153-
CMYK00.330.200.25
HSL336.19º32.98%62.55%-
HSV(B)336.19º32.98%74.9%-
XYZ34.9528.8133.86-
YUV149.69129.87157.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 128 (50.39% from 255) = 27.12%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=40.47%
G=27.12%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112815300.330.200.25336.1932.9862.55
HexBF80990211419150213f
Octal27720023104124315204177
Binary10111111100000001001100101000011010011001101010000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8099; }

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

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

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

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

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

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

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

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