#BF8396

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

Shades of Puce #BF8396

Tints of Puce #BF8396

Color information

#BF8396 (or 0xBF8396) is unknown color: approx Puce. HEX triplet: BF, 83 and 96. RGB value is (191,131,150). Sum of RGB (Red+Green+Blue) = 191+131+150=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8396 is #407C69. Grayscale: #979797. Windows color (decimal): -4226154 or 9864127. OLE color: 9864127.

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

Color convert

RGB191131150-
CMYK00.310.210.25
HSL341º31.91%63.14%-
HSV(B)341º31.41%74.9%-
XYZ35.1129.5132.7-
YUV151.11127.38156.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 131 (51.56% from 255) = 27.75%
BLUE value IS 150 (58.98% from 255) = 31.78%
R=40.47%
G=27.75%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113115000.310.210.2534131.9163.14
HexBF839601F1519155203f
Octal27720322603725315254077
Binary1011111110000011100101100111111010111001101010101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8396; }

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

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

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

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

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

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

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

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