#BF8292

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

Shades of Puce #BF8292

Tints of Puce #BF8292

Color information

#BF8292 (or 0xBF8292) is unknown color: approx Puce. HEX triplet: BF, 82 and 92. RGB value is (191,130,146). Sum of RGB (Red+Green+Blue) = 191+130+146=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8292 is #407D6D. Grayscale: #969696. Windows color (decimal): -4226414 or 9601727. OLE color: 9601727.

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

Color convert

RGB191130146-
CMYK00.320.240.25
HSL344.26º32.28%62.94%-
HSV(B)344.26º31.94%74.9%-
XYZ34.6629.1230.99-
YUV150.06125.71157.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 130 (51.17% from 255) = 27.84%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=40.90%
G=27.84%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113014600.320.240.25344.2632.2862.94
HexBF82920201819158203f
Octal27720222204030315304077
Binary10111111100000101001001001000001100011001101011000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8292; }

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

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

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

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

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

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

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

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