Html Css Color HEX #BF4751 Mandy

📋 copy color: '#BF4751'

red 191 ◦ green 71 ◦ blue 81

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

Shades of Mandy #BF4751

Tints of Mandy #BF4751

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.7%

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

R = 55.69%
G = 20.7%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF4751 (or 0xBF4751) is known color: Mandy. HEX triplet: BF, 47 and 51. RGB value is (191,71,81). Sum of RGB (Red+Green+Blue) = 191+71+81=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4751 is #40B8AE. Grayscale: #6C6C6C. Windows color (decimal): -4241583 or 5326783. OLE color: 5326783.

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

Color convert

RGB 191 71 81 -
CMYK 0 0.63 0.58 0.25
HSL 355º 0.48% 0.51% -
HSV(B) 355º 0.63% 0.75% -
XYZ 25.22 16.18 9.58 -
YUV 108.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 191 71 81 0 0.63 0.58 0.25 355 0.48 0.51
Hex BF 47 51 0 3F 3A 19 163 30 33
Octal 277 107 121 0 77 72 31 543 60 63
Binary 10111111 1000111 1010001 0 111111 111010 11001 101100011 110000 110011

Color Harmonies of #BF4751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4751

Black with #BF4751

Text Example


Text Example

White with #BF4751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4751; }

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

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

background-color css

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

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

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

border-color css

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

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

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