Html Css Color HEX #BF5759 Mandy

📋 copy color: '#BF5759'

red 191 ◦ green 87 ◦ blue 89

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

Shades of Mandy #BF5759

Tints of Mandy #BF5759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.71%

 BLUE value IS 89 (35.16% from 255) = 24.25%

R = 52.04%
G = 23.71%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF5759 (or 0xBF5759) is known color: Mandy. HEX triplet: BF, 57 and 59. RGB value is (191,87,89). Sum of RGB (Red+Green+Blue) = 191+87+89=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5759 is #40A8A6. Grayscale: #767676. Windows color (decimal): -4237479 or 5855167. OLE color: 5855167.

HSL color Cylindrical-coordinate representation of color #BF5759: hue angle of 358.85º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF5759 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 87 89 -
CMYK 0 0.54 0.53 0.25
HSL 358.85º 0.45% 0.55% -
HSV(B) 358.85º 0.54% 0.75% -
XYZ 26.7 18.61 11.64 -
YUV 118.32 111.46 179.84 -
System Red Green Blue C M Y K H S L
Decimal 191 87 89 0 0.54 0.53 0.25 358.85 0.45 0.55
Hex BF 57 59 0 36 35 19 167 2D 37
Octal 277 127 131 0 66 65 31 547 55 67
Binary 10111111 1010111 1011001 0 110110 110101 11001 101100111 101101 110111

Color Harmonies of #BF5759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5759

Black with #BF5759

Text Example


Text Example

White with #BF5759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5759; }

 p { color: rgb(191,87,89); }

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

background-color css

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

 a { background-color: rgb(191,87,89); }

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

border-color css

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

 span { border-color: rgb(191,87,89); }

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