Html Css Color HEX #BF4A51 Mandy

📋 copy color: '#BF4A51'

red 191 ◦ green 74 ◦ blue 81

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

Shades of Mandy #BF4A51

Tints of Mandy #BF4A51

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.39%

 BLUE value IS 81 (32.03% from 255) = 23.41%

R = 55.2%
G = 21.39%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF4A51 (or 0xBF4A51) is known color: Mandy. HEX triplet: BF, 4A and 51. RGB value is (191,74,81). Sum of RGB (Red+Green+Blue) = 191+74+81=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4A51 is #40B5AE. Grayscale: #6D6D6D. Windows color (decimal): -4240815 or 5327551. OLE color: 5327551.

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

Color convert

RGB 191 74 81 -
CMYK 0 0.61 0.58 0.25
HSL 356.41º 0.48% 0.52% -
HSV(B) 356.41º 0.61% 0.75% -
XYZ 25.42 16.57 9.64 -
YUV 109.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 191 74 81 0 0.61 0.58 0.25 356.41 0.48 0.52
Hex BF 4A 51 0 3D 3A 19 164 30 34
Octal 277 112 121 0 75 72 31 544 60 64
Binary 10111111 1001010 1010001 0 111101 111010 11001 101100100 110000 110100

Color Harmonies of #BF4A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A51

Black with #BF4A51

Text Example


Text Example

White with #BF4A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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