Html Css Color HEX #BF515D Mandy

📋 copy color: '#BF515D'

red 191 ◦ green 81 ◦ blue 93

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

Shades of Mandy #BF515D

Tints of Mandy #BF515D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.19%

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 52.33%
G = 22.19%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF515D (or 0xBF515D) is known color: Mandy. HEX triplet: BF, 51 and 5D. RGB value is (191,81,93). Sum of RGB (Red+Green+Blue) = 191+81+93=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF515D is #40AEA2. Grayscale: #737373. Windows color (decimal): -4239011 or 6115775. OLE color: 6115775.

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

Color convert

RGB 191 81 93 -
CMYK 0 0.58 0.51 0.25
HSL 353.45º 0.46% 0.53% -
HSV(B) 353.45º 0.58% 0.75% -
XYZ 26.4 17.75 12.39 -
YUV 115.26 115.44 182.02 -
System Red Green Blue C M Y K H S L
Decimal 191 81 93 0 0.58 0.51 0.25 353.45 0.46 0.53
Hex BF 51 5D 0 3A 33 19 161 2E 35
Octal 277 121 135 0 72 63 31 541 56 65
Binary 10111111 1010001 1011101 0 111010 110011 11001 101100001 101110 110101

Color Harmonies of #BF515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF515D

Black with #BF515D

Text Example


Text Example

White with #BF515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF515D; }

 p { color: rgb(191,81,93); }

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

background-color css

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

 a { background-color: rgb(191,81,93); }

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

border-color css

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

 span { border-color: rgb(191,81,93); }

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