Html Css Color HEX #BF5355 Mandy

📋 copy color: '#BF5355'

red 191 ◦ green 83 ◦ blue 85

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

Shades of Mandy #BF5355

Tints of Mandy #BF5355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.12%

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

R = 53.2%
G = 23.12%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF5355 (or 0xBF5355) is known color: Mandy. HEX triplet: BF, 53 and 55. RGB value is (191,83,85). Sum of RGB (Red+Green+Blue) = 191+83+85=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5355 is #40ACAA. Grayscale: #737373. Windows color (decimal): -4238507 or 5591999. OLE color: 5591999.

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

Color convert

RGB 191 83 85 -
CMYK 0 0.57 0.55 0.25
HSL 358.89º 0.46% 0.54% -
HSV(B) 358.89º 0.57% 0.75% -
XYZ 26.22 17.92 10.67 -
YUV 115.52 110.78 181.84 -
System Red Green Blue C M Y K H S L
Decimal 191 83 85 0 0.57 0.55 0.25 358.89 0.46 0.54
Hex BF 53 55 0 39 37 19 167 2E 36
Octal 277 123 125 0 71 67 31 547 56 66
Binary 10111111 1010011 1010101 0 111001 110111 11001 101100111 101110 110110

Color Harmonies of #BF5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5355

Black with #BF5355

Text Example


Text Example

White with #BF5355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5355; }

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

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

background-color css

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

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

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

border-color css

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

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

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