#BF8098

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

Shades of Puce #BF8098

Tints of Puce #BF8098

Color information

#BF8098 (or 0xBF8098) is unknown color: approx Puce. HEX triplet: BF, 80 and 98. RGB value is (191,128,152). Sum of RGB (Red+Green+Blue) = 191+128+152=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8098 is #407F67. Grayscale: #959595. Windows color (decimal): -4226920 or 9994431. OLE color: 9994431.

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

Color convert

RGB191128152-
CMYK00.330.200.25
HSL337.14º32.98%62.55%-
HSV(B)337.14º32.98%74.9%-
XYZ34.8728.7833.42-
YUV149.57129.37157.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 128 (50.39% from 255) = 27.18%
BLUE value IS 152 (59.77% from 255) = 32.27%
R=40.55%
G=27.18%
B=32.27%

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
Decimal19112815200.330.200.25337.1432.9862.55
HexBF80980211419151213f
Octal27720023004124315214177
Binary10111111100000001001100001000011010011001101010001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8098; }

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

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

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

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

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

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

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

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