Html Css Color HEX #BF5E60 Mandy

📋 copy color: '#BF5E60'

red 191 ◦ green 94 ◦ blue 96

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

Shades of Mandy #BF5E60

Tints of Mandy #BF5E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.67%

 BLUE value IS 96 (37.89% from 255) = 25.2%

R = 50.13%
G = 24.67%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF5E60 (or 0xBF5E60) is known color: Mandy. HEX triplet: BF, 5E and 60. RGB value is (191,94,96). Sum of RGB (Red+Green+Blue) = 191+94+96=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E60 is #40A19F. Grayscale: #7B7B7B. Windows color (decimal): -4235680 or 6315711. OLE color: 6315711.

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

Color convert

RGB 191 94 96 -
CMYK 0 0.51 0.50 0.25
HSL 358.76º 0.43% 0.56% -
HSV(B) 358.76º 0.51% 0.75% -
XYZ 27.6 19.93 13.46 -
YUV 123.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 191 94 96 0 0.51 0.50 0.25 358.76 0.43 0.56
Hex BF 5E 60 0 33 32 19 167 2B 38
Octal 277 136 140 0 63 62 31 547 53 70
Binary 10111111 1011110 1100000 0 110011 110010 11001 101100111 101011 111000

Color Harmonies of #BF5E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E60

Black with #BF5E60

Text Example


Text Example

White with #BF5E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E60; }

 p { color: rgb(191,94,96); }

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

background-color css

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

 a { background-color: rgb(191,94,96); }

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

border-color css

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

 span { border-color: rgb(191,94,96); }

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