Html Css Color HEX #BF4E54 Mandy

📋 copy color: '#BF4E54'

red 191 ◦ green 78 ◦ blue 84

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

Shades of Mandy #BF4E54

Tints of Mandy #BF4E54

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.1%

 BLUE value IS 84 (33.2% from 255) = 23.8%

R = 54.11%
G = 22.1%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BF4E54 (or 0xBF4E54) is known color: Mandy. HEX triplet: BF, 4E and 54. RGB value is (191,78,84). Sum of RGB (Red+Green+Blue) = 191+78+84=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E54 is #40B1AB. Grayscale: #707070. Windows color (decimal): -4239788 or 5525183. OLE color: 5525183.

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

Color convert

RGB 191 78 84 -
CMYK 0 0.59 0.56 0.25
HSL 356.81º 0.47% 0.53% -
HSV(B) 356.81º 0.59% 0.75% -
XYZ 25.81 17.17 10.34 -
YUV 112.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 191 78 84 0 0.59 0.56 0.25 356.81 0.47 0.53
Hex BF 4E 54 0 3B 38 19 165 2F 35
Octal 277 116 124 0 73 70 31 545 57 65
Binary 10111111 1001110 1010100 0 111011 111000 11001 101100101 101111 110101

Color Harmonies of #BF4E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4E54

Black with #BF4E54

Text Example


Text Example

White with #BF4E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4E54; }

 p { color: rgb(191,78,84); }

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

background-color css

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

 a { background-color: rgb(191,78,84); }

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

border-color css

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

 span { border-color: rgb(191,78,84); }

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