#BF8492

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

Shades of Puce #BF8492

Tints of Puce #BF8492

Color information

#BF8492 (or 0xBF8492) is unknown color: approx Puce. HEX triplet: BF, 84 and 92. RGB value is (191,132,146). Sum of RGB (Red+Green+Blue) = 191+132+146=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8492 is #407B6D. Grayscale: #979797. Windows color (decimal): -4225902 or 9602239. OLE color: 9602239.

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

Color convert

RGB191132146-
CMYK00.310.240.25
HSL345.76º31.55%63.33%-
HSV(B)345.76º30.89%74.9%-
XYZ34.9329.6531.08-
YUV151.24125.05156.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 132 (51.95% from 255) = 28.14%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=40.72%
G=28.14%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113214600.310.240.25345.7631.5563.33
HexBF849201F181915a203f
Octal27720422203730315324077
Binary1011111110000100100100100111111100011001101011010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8492; }

 p { color: rgb(191,132,146); }

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

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

 a { background-color: rgb(191,132,146); }

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

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

 span { border-color: rgb(191,132,146); }

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