Html Css Color HEX #BF7E8D Charm

📋 copy color: '#BF7E8D'

red 191 ◦ green 126 ◦ blue 141

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

Shades of Charm #BF7E8D

Tints of Charm #BF7E8D

RGB

 RED value IS 191 (75% from 255) = 41.7%

 GREEN value IS 126 (49.61% from 255) = 27.51%

 BLUE value IS 141 (55.47% from 255) = 30.79%

R = 41.7%
G = 27.51%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF7E8D (or 0xBF7E8D) is known color: Charm. HEX triplet: BF, 7E and 8D. RGB value is (191,126,141). Sum of RGB (Red+Green+Blue) = 191+126+141=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7E8D is #408172. Grayscale: #939393. Windows color (decimal): -4227443 or 9273023. OLE color: 9273023.

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

Color convert

RGB 191 126 141 -
CMYK 0 0.34 0.26 0.25
HSL 346.15º 0.34% 0.62% -
HSV(B) 346.15º 0.34% 0.75% -
XYZ 33.75 27.92 28.81 -
YUV 147.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 191 126 141 0 0.34 0.26 0.25 346.15 0.34 0.62
Hex BF 7E 8D 0 22 1A 19 15A 22 3E
Octal 277 176 215 0 42 32 31 532 42 76
Binary 10111111 1111110 10001101 0 100010 11010 11001 101011010 100010 111110

Color Harmonies of #BF7E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E8D

Black with #BF7E8D

Text Example


Text Example

White with #BF7E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E8D; }

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

 H1.HeaderClassName
 {
   color: #BF7E8D;
 }
 .AnyTagClassName
 {
   color: #BF7E8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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