Html Css Color HEX #BF5155 Mandy

📋 copy color: '#BF5155'

red 191 ◦ green 81 ◦ blue 85

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

Shades of Mandy #BF5155

Tints of Mandy #BF5155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.81%

R = 53.5%
G = 22.69%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF5155 (or 0xBF5155) is known color: Mandy. HEX triplet: BF, 51 and 55. RGB value is (191,81,85). Sum of RGB (Red+Green+Blue) = 191+81+85=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5155 is #40AEAA. Grayscale: #727272. Windows color (decimal): -4239019 or 5591487. OLE color: 5591487.

HSL color Cylindrical-coordinate representation of color #BF5155: hue angle of 357.82º 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 #BF5155 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 81 85 -
CMYK 0 0.58 0.55 0.25
HSL 357.82º 0.46% 0.53% -
HSV(B) 357.82º 0.58% 0.75% -
XYZ 26.07 17.62 10.62 -
YUV 114.35 111.44 182.67 -
System Red Green Blue C M Y K H S L
Decimal 191 81 85 0 0.58 0.55 0.25 357.82 0.46 0.53
Hex BF 51 55 0 3A 37 19 166 2E 35
Octal 277 121 125 0 72 67 31 546 56 65
Binary 10111111 1010001 1010101 0 111010 110111 11001 101100110 101110 110101

Color Harmonies of #BF5155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5155

Black with #BF5155

Text Example


Text Example

White with #BF5155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5155; }

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

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

background-color css

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

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

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

border-color css

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

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

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