#BF8198

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

Shades of Puce #BF8198

Tints of Puce #BF8198

Color information

#BF8198 (or 0xBF8198) is unknown color: approx Puce. HEX triplet: BF, 81 and 98. RGB value is (191,129,152). Sum of RGB (Red+Green+Blue) = 191+129+152=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8198 is #407E67. Grayscale: #969696. Windows color (decimal): -4226664 or 9994687. OLE color: 9994687.

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

Color convert

RGB191129152-
CMYK00.320.200.25
HSL337.74º32.63%62.75%-
HSV(B)337.74º32.46%74.9%-
XYZ3529.0433.47-
YUV150.16129.04157.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 152 (59.77% from 255) = 32.20%
R=40.47%
G=27.33%
B=32.20%

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
Decimal19112915200.320.200.25337.7432.6362.75
HexBF81980201419152213f
Octal27720123004024315224177
Binary10111111100000011001100001000001010011001101010010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8198; }

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

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

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

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

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

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

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

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