#BF888A

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

Shades of Puce #BF888A

Tints of Puce #BF888A

Color information

#BF888A (or 0xBF888A) is unknown color: approx Puce. HEX triplet: BF, 88 and 8A. RGB value is (191,136,138). Sum of RGB (Red+Green+Blue) = 191+136+138=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF888A is #407775. Grayscale: #989898. Windows color (decimal): -4224886 or 9078975. OLE color: 9078975.

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

Color convert

RGB191136138-
CMYK00.290.280.25
HSL357.82º30.05%64.12%-
HSV(B)357.82º28.8%74.9%-
XYZ34.8830.5228.1-
YUV152.67119.72155.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 136 (53.52% from 255) = 29.25%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=41.08%
G=29.25%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113613800.290.280.25357.8230.0564.12
HexBF888A01D1C191661e40
Octal277210212035343154636100
Binary1011111110001000100010100111011110011001101100110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF888A; }

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

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

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

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

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

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

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

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