Html Css Color HEX #BF4F55 Mandy

📋 copy color: '#BF4F55'

red 191 ◦ green 79 ◦ blue 85

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

Shades of Mandy #BF4F55

Tints of Mandy #BF4F55

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.25%

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

R = 53.8%
G = 22.25%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF4F55 (or 0xBF4F55) is known color: Mandy. HEX triplet: BF, 4F and 55. RGB value is (191,79,85). Sum of RGB (Red+Green+Blue) = 191+79+85=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4F55 is #40B0AA. Grayscale: #717171. Windows color (decimal): -4239531 or 5590975. OLE color: 5590975.

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

Color convert

RGB 191 79 85 -
CMYK 0 0.59 0.55 0.25
HSL 356.79º 0.47% 0.53% -
HSV(B) 356.79º 0.59% 0.75% -
XYZ 25.92 17.32 10.57 -
YUV 113.17 112.11 183.51 -
System Red Green Blue C M Y K H S L
Decimal 191 79 85 0 0.59 0.55 0.25 356.79 0.47 0.53
Hex BF 4F 55 0 3B 37 19 165 2F 35
Octal 277 117 125 0 73 67 31 545 57 65
Binary 10111111 1001111 1010101 0 111011 110111 11001 101100101 101111 110101

Color Harmonies of #BF4F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4F55

Black with #BF4F55

Text Example


Text Example

White with #BF4F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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