Html Css Color HEX #BF7C90 Charm

📋 copy color: '#BF7C90'

red 191 ◦ green 124 ◦ blue 144

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

Shades of Charm #BF7C90

Tints of Charm #BF7C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.02%

 BLUE value IS 144 (56.64% from 255) = 31.37%

R = 41.61%
G = 27.02%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF7C90 (or 0xBF7C90) is known color: Charm. HEX triplet: BF, 7C and 90. RGB value is (191,124,144). Sum of RGB (Red+Green+Blue) = 191+124+144=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7C90 is #40836F. Grayscale: #929292. Windows color (decimal): -4227952 or 9469119. OLE color: 9469119.

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

Color convert

RGB 191 124 144 -
CMYK 0 0.35 0.25 0.25
HSL 342.09º 0.34% 0.62% -
HSV(B) 342.09º 0.35% 0.75% -
XYZ 33.73 27.51 29.92 -
YUV 146.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 191 124 144 0 0.35 0.25 0.25 342.09 0.34 0.62
Hex BF 7C 90 0 23 19 19 156 22 3E
Octal 277 174 220 0 43 31 31 526 42 76
Binary 10111111 1111100 10010000 0 100011 11001 11001 101010110 100010 111110

Color Harmonies of #BF7C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7C90

Black with #BF7C90

Text Example


Text Example

White with #BF7C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7C90; }

 p { color: rgb(191,124,144); }

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

background-color css

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

 a { background-color: rgb(191,124,144); }

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

border-color css

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

 span { border-color: rgb(191,124,144); }

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