#BF7E89

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

Shades of Charm #BF7E89

Tints of Charm #BF7E89

Color information

#BF7E89 (or 0xBF7E89) is unknown color: approx Charm. HEX triplet: BF, 7E and 89. RGB value is (191,126,137). Sum of RGB (Red+Green+Blue) = 191+126+137=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7E89 is #408176. Grayscale: #929292. Windows color (decimal): -4227447 or 9010879. OLE color: 9010879.

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

Color convert

RGB191126137-
CMYK00.340.280.25
HSL349.85º33.68%62.16%-
HSV(B)349.85º34.03%74.9%-
XYZ33.4627.827.27-
YUV146.69122.53159.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.07%
GREEN value IS 126 (49.61% from 255) = 27.75%
BLUE value IS 137 (53.91% from 255) = 30.18%
R=42.07%
G=27.75%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112613700.340.280.25349.8533.6862.16
HexBF7E890221C1915e223e
Octal27717621104234315364276
Binary1011111111111101000100101000101110011001101011110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7E89; }

 p { color: rgb(191,126,137); }

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

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

 a { background-color: rgb(191,126,137); }

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

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

 span { border-color: rgb(191,126,137); }

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