#BF8298

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

Shades of Puce #BF8298

Tints of Puce #BF8298

Color information

#BF8298 (or 0xBF8298) is unknown color: approx Puce. HEX triplet: BF, 82 and 98. RGB value is (191,130,152). Sum of RGB (Red+Green+Blue) = 191+130+152=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8298 is #407D67. Grayscale: #969696. Windows color (decimal): -4226408 or 9994943. OLE color: 9994943.

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

Color convert

RGB191130152-
CMYK00.320.200.25
HSL338.36º32.28%62.94%-
HSV(B)338.36º31.94%74.9%-
XYZ35.1429.3133.51-
YUV150.75128.71156.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 152 (59.77% from 255) = 32.14%
R=40.38%
G=27.48%
B=32.14%

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
Decimal19113015200.320.200.25338.3632.2862.94
HexBF82980201419152203f
Octal27720223004024315224077
Binary10111111100000101001100001000001010011001101010010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8298; }

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

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

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

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

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

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

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

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