#BF8694

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

Shades of Puce #BF8694

Tints of Puce #BF8694

Color information

#BF8694 (or 0xBF8694) is unknown color: approx Puce. HEX triplet: BF, 86 and 94. RGB value is (191,134,148). Sum of RGB (Red+Green+Blue) = 191+134+148=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8694 is #40796B. Grayscale: #989898. Windows color (decimal): -4225388 or 9733823. OLE color: 9733823.

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

Color convert

RGB191134148-
CMYK00.300.230.25
HSL345.26º30.81%63.73%-
HSV(B)345.26º29.84%74.9%-
XYZ35.3630.2632-
YUV152.64125.38155.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 134 (52.73% from 255) = 28.33%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=40.38%
G=28.33%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113414800.300.230.25345.2630.8163.73
HexBF869401E17191591f40
Octal277206224036273153137100
Binary1011111110000110100101000111101011111001101011001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8694; }

 p { color: rgb(191,134,148); }

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

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

 a { background-color: rgb(191,134,148); }

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

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

 span { border-color: rgb(191,134,148); }

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