#BF8592

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

Shades of Puce #BF8592

Tints of Puce #BF8592

Color information

#BF8592 (or 0xBF8592) is unknown color: approx Puce. HEX triplet: BF, 85 and 92. RGB value is (191,133,146). Sum of RGB (Red+Green+Blue) = 191+133+146=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8592 is #407A6D. Grayscale: #979797. Windows color (decimal): -4225646 or 9602495. OLE color: 9602495.

HSL color Cylindrical-coordinate representation of color #BF8592: hue angle of 346.55º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF8592 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB191133146-
CMYK00.300.240.25
HSL346.55º31.18%63.53%-
HSV(B)346.55º30.37%74.9%-
XYZ35.0629.9331.12-
YUV151.82124.72155.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 133 (52.34% from 255) = 28.30%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=40.64%
G=28.30%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113314600.300.240.25346.5531.1863.53
HexBF859201E181915b1f40
Octal277205222036303153337100
Binary1011111110000101100100100111101100011001101011011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8592; }

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

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

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

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

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

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

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

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