#BF7F88

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

Shades of Charm #BF7F88

Tints of Charm #BF7F88

Color information

#BF7F88 (or 0xBF7F88) is unknown color: approx Charm. HEX triplet: BF, 7F and 88. RGB value is (191,127,136). Sum of RGB (Red+Green+Blue) = 191+127+136=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7F88 is #408077. Grayscale: #939393. Windows color (decimal): -4227192 or 8945599. OLE color: 8945599.

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

Color convert

RGB191127136-
CMYK00.340.290.25
HSL351.56º33.33%62.35%-
HSV(B)351.56º33.51%74.9%-
XYZ33.5228.0326.94-
YUV147.16121.7159.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.07%
GREEN value IS 127 (50% from 255) = 27.97%
BLUE value IS 136 (53.52% from 255) = 29.96%
R=42.07%
G=27.97%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112713600.340.290.25351.5633.3362.35
HexBF7F880221D19160213e
Octal27717721004235315404176
Binary1011111111111111000100001000101110111001101100000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7F88; }

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

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

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

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

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

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

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

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