Html Css Color HEX #BF4650 Mandy

📋 copy color: '#BF4650'

red 191 ◦ green 70 ◦ blue 80

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

Shades of Mandy #BF4650

Tints of Mandy #BF4650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.53%

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 56.01%
G = 20.53%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF4650 (or 0xBF4650) is known color: Mandy. HEX triplet: BF, 46 and 50. RGB value is (191,70,80). Sum of RGB (Red+Green+Blue) = 191+70+80=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4650 is #40B9AF. Grayscale: #6B6B6B. Windows color (decimal): -4241840 or 5260991. OLE color: 5260991.

HSL color Cylindrical-coordinate representation of color #BF4650: hue angle of 355.04º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4650 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 70 80 -
CMYK 0 0.63 0.58 0.25
HSL 355.04º 0.49% 0.51% -
HSV(B) 355.04º 0.63% 0.75% -
XYZ 25.12 16.04 9.36 -
YUV 107.32 112.59 187.69 -
System Red Green Blue C M Y K H S L
Decimal 191 70 80 0 0.63 0.58 0.25 355.04 0.49 0.51
Hex BF 46 50 0 3F 3A 19 163 31 33
Octal 277 106 120 0 77 72 31 543 61 63
Binary 10111111 1000110 1010000 0 111111 111010 11001 101100011 110001 110011

Color Harmonies of #BF4650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4650

Black with #BF4650

Text Example


Text Example

White with #BF4650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4650; }

 p { color: rgb(191,70,80); }

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

background-color css

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

 a { background-color: rgb(191,70,80); }

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

border-color css

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

 span { border-color: rgb(191,70,80); }

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