#BF8A8E

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

Shades of Puce #BF8A8E

Tints of Puce #BF8A8E

Color information

#BF8A8E (or 0xBF8A8E) is unknown color: approx Puce. HEX triplet: BF, 8A and 8E. RGB value is (191,138,142). Sum of RGB (Red+Green+Blue) = 191+138+142=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8A8E is #407571. Grayscale: #9A9A9A. Windows color (decimal): -4224370 or 9341631. OLE color: 9341631.

HSL color Cylindrical-coordinate representation of color #BF8A8E: hue angle of 355.47º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF8A8E is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB191138142-
CMYK00.280.260.25
HSL355.47º29.28%64.51%-
HSV(B)355.47º27.75%74.9%-
XYZ35.4631.2129.75-
YUV154.3121.06154.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 138 (54.30% from 255) = 29.30%
BLUE value IS 142 (55.86% from 255) = 30.15%
R=40.55%
G=29.30%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113814200.280.260.25355.4729.2864.51
HexBF8A8E01C1A191631d41
Octal277212216034323154335101
Binary1011111110001010100011100111001101011001101100011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8A8E; }

 p { color: rgb(191,138,142); }

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

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

 a { background-color: rgb(191,138,142); }

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

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

 span { border-color: rgb(191,138,142); }

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