Html Css Color HEX #BF4851 Mandy

📋 copy color: '#BF4851'

red 191 ◦ green 72 ◦ blue 81

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

Shades of Mandy #BF4851

Tints of Mandy #BF4851

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.93%

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

R = 55.52%
G = 20.93%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF4851 (or 0xBF4851) is known color: Mandy. HEX triplet: BF, 48 and 51. RGB value is (191,72,81). Sum of RGB (Red+Green+Blue) = 191+72+81=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4851 is #40B7AE. Grayscale: #6C6C6C. Windows color (decimal): -4241327 or 5327039. OLE color: 5327039.

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

Color convert

RGB 191 72 81 -
CMYK 0 0.62 0.58 0.25
HSL 355.46º 0.48% 0.52% -
HSV(B) 355.46º 0.62% 0.75% -
XYZ 25.29 16.31 9.6 -
YUV 108.61 112.42 186.77 -
System Red Green Blue C M Y K H S L
Decimal 191 72 81 0 0.62 0.58 0.25 355.46 0.48 0.52
Hex BF 48 51 0 3E 3A 19 163 30 34
Octal 277 110 121 0 76 72 31 543 60 64
Binary 10111111 1001000 1010001 0 111110 111010 11001 101100011 110000 110100

Color Harmonies of #BF4851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4851

Black with #BF4851

Text Example


Text Example

White with #BF4851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4851; }

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

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

background-color css

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

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

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

border-color css

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

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

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