Html Css Color HEX #BF5963 Mandy

📋 copy color: '#BF5963'

red 191 ◦ green 89 ◦ blue 99

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

Shades of Mandy #BF5963

Tints of Mandy #BF5963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.48%

 BLUE value IS 99 (39.06% from 255) = 26.12%

R = 50.4%
G = 23.48%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BF5963 (or 0xBF5963) is known color: Mandy. HEX triplet: BF, 59 and 63. RGB value is (191,89,99). Sum of RGB (Red+Green+Blue) = 191+89+99=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5963 is #40A69C. Grayscale: #787878. Windows color (decimal): -4236957 or 6511039. OLE color: 6511039.

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

Color convert

RGB 191 89 99 -
CMYK 0 0.53 0.48 0.25
HSL 354.12º 0.44% 0.55% -
HSV(B) 354.12º 0.53% 0.75% -
XYZ 27.31 19.12 14.06 -
YUV 120.64 115.79 178.19 -
System Red Green Blue C M Y K H S L
Decimal 191 89 99 0 0.53 0.48 0.25 354.12 0.44 0.55
Hex BF 59 63 0 35 30 19 162 2C 37
Octal 277 131 143 0 65 60 31 542 54 67
Binary 10111111 1011001 1100011 0 110101 110000 11001 101100010 101100 110111

Color Harmonies of #BF5963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5963

Black with #BF5963

Text Example


Text Example

White with #BF5963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5963; }

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

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

background-color css

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

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

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

border-color css

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

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

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