Html Css Color HEX #BF494E Mandy

📋 copy color: '#BF494E'

red 191 ◦ green 73 ◦ blue 78

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

Shades of Mandy #BF494E

Tints of Mandy #BF494E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.35%

 BLUE value IS 78 (30.86% from 255) = 22.81%

R = 55.85%
G = 21.35%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF494E (or 0xBF494E) is known color: Mandy. HEX triplet: BF, 49 and 4E. RGB value is (191,73,78). Sum of RGB (Red+Green+Blue) = 191+73+78=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF494E is #40B6B1. Grayscale: #6C6C6C. Windows color (decimal): -4241074 or 5130687. OLE color: 5130687.

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

Color convert

RGB 191 73 78 -
CMYK 0 0.62 0.59 0.25
HSL 357.46º 0.48% 0.52% -
HSV(B) 357.46º 0.62% 0.75% -
XYZ 25.24 16.39 9.04 -
YUV 108.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 191 73 78 0 0.62 0.59 0.25 357.46 0.48 0.52
Hex BF 49 4E 0 3E 3B 19 165 30 34
Octal 277 111 116 0 76 73 31 545 60 64
Binary 10111111 1001001 1001110 0 111110 111011 11001 101100101 110000 110100

Color Harmonies of #BF494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF494E

Black with #BF494E

Text Example


Text Example

White with #BF494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF494E; }

 p { color: rgb(191,73,78); }

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

background-color css

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

 a { background-color: rgb(191,73,78); }

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

border-color css

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

 span { border-color: rgb(191,73,78); }

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