Html Css Color HEX #BF7E89 Charm

📋 copy color: '#BF7E89'

red 191 ◦ green 126 ◦ blue 137

#BF7E89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #BF7E89

Tints of Charm #BF7E89

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 value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF7E89 (or 0xBF7E89) is known color: 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

RGB 191 126 137 -
CMYK 0 0.34 0.28 0.25
HSL 349.85º 0.34% 0.62% -
HSV(B) 349.85º 0.34% 0.75% -
XYZ 33.46 27.8 27.27 -
YUV 146.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 191 126 137 0 0.34 0.28 0.25 349.85 0.34 0.62
Hex BF 7E 89 0 22 1C 19 15E 22 3E
Octal 277 176 211 0 42 34 31 536 42 76
Binary 10111111 1111110 10001001 0 100010 11100 11001 101011110 100010 111110

Color Harmonies of #BF7E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E89

Black with #BF7E89

Text Example


Text Example

White with #BF7E89

Text Example


Text Example

HTML Codes & Css Web 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>