Html Css Color HEX #BF7F80 Charm

📋 copy color: '#BF7F80'

red 191 ◦ green 127 ◦ blue 128

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

Shades of Charm #BF7F80

Tints of Charm #BF7F80

RGB

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

 GREEN value IS 127 (50% from 255) = 28.48%

 BLUE value IS 128 (50.39% from 255) = 28.7%

R = 42.83%
G = 28.48%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF7F80 (or 0xBF7F80) is known color: Charm. HEX triplet: BF, 7F and 80. RGB value is (191,127,128). Sum of RGB (Red+Green+Blue) = 191+127+128=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7F80 is #40807F. Grayscale: #929292. Windows color (decimal): -4227200 or 8421311. OLE color: 8421311.

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

Color convert

RGB 191 127 128 -
CMYK 0 0.34 0.33 0.25
HSL 359.06º 0.33% 0.62% -
HSV(B) 359.06º 0.34% 0.75% -
XYZ 32.97 27.81 24.05 -
YUV 146.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 191 127 128 0 0.34 0.33 0.25 359.06 0.33 0.62
Hex BF 7F 80 0 22 21 19 167 21 3E
Octal 277 177 200 0 42 41 31 547 41 76
Binary 10111111 1111111 10000000 0 100010 100001 11001 101100111 100001 111110

Color Harmonies of #BF7F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F80

Black with #BF7F80

Text Example


Text Example

White with #BF7F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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