#BF8588

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

Shades of Puce #BF8588

Tints of Puce #BF8588

Color information

#BF8588 (or 0xBF8588) is unknown color: approx Puce. HEX triplet: BF, 85 and 88. RGB value is (191,133,136). Sum of RGB (Red+Green+Blue) = 191+133+136=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8588 is #407A77. Grayscale: #969696. Windows color (decimal): -4225656 or 8947135. OLE color: 8947135.

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

Color convert

RGB191133136-
CMYK00.300.290.25
HSL356.9º31.18%63.53%-
HSV(B)356.9º30.37%74.9%-
XYZ34.3229.6327.2-
YUV150.68119.72156.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.52%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 136 (53.52% from 255) = 29.57%
R=41.52%
G=28.91%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113313600.300.290.25356.931.1863.53
HexBF858801E1D191651f40
Octal277205210036353154537100
Binary1011111110000101100010000111101110111001101100101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8588; }

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

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

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

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

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

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

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

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