#BF8094

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

Shades of Puce #BF8094

Tints of Puce #BF8094

Color information

#BF8094 (or 0xBF8094) is unknown color: approx Puce. HEX triplet: BF, 80 and 94. RGB value is (191,128,148). Sum of RGB (Red+Green+Blue) = 191+128+148=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8094 is #407F6B. Grayscale: #959595. Windows color (decimal): -4226924 or 9732287. OLE color: 9732287.

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

Color convert

RGB191128148-
CMYK00.330.230.25
HSL340.95º32.98%62.55%-
HSV(B)340.95º32.98%74.9%-
XYZ34.5528.6531.73-
YUV149.12127.37157.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=40.90%
G=27.41%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112814800.330.230.25340.9532.9862.55
HexBF80940211719155213f
Octal27720022404127315254177
Binary10111111100000001001010001000011011111001101010101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8094; }

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

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

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

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

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

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

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

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