#BF858A

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

Shades of Puce #BF858A

Tints of Puce #BF858A

Color information

#BF858A (or 0xBF858A) is unknown color: approx Puce. HEX triplet: BF, 85 and 8A. RGB value is (191,133,138). Sum of RGB (Red+Green+Blue) = 191+133+138=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF858A is #407A75. Grayscale: #969696. Windows color (decimal): -4225654 or 9078207. OLE color: 9078207.

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

Color convert

RGB191133138-
CMYK00.300.280.25
HSL354.83º31.18%63.53%-
HSV(B)354.83º30.37%74.9%-
XYZ34.4629.6927.96-
YUV150.91120.72156.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.34%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=41.34%
G=28.79%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113313800.300.280.25354.8331.1863.53
HexBF858A01E1C191631f40
Octal277205212036343154337100
Binary1011111110000101100010100111101110011001101100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF858A; }

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

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

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

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

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

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

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

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