Html Css Color HEX #BF4858 Mandy

📋 copy color: '#BF4858'

red 191 ◦ green 72 ◦ blue 88

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

Shades of Mandy #BF4858

Tints of Mandy #BF4858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.07%

R = 54.42%
G = 20.51%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF4858 (or 0xBF4858) is known color: Mandy. HEX triplet: BF, 48 and 58. RGB value is (191,72,88). Sum of RGB (Red+Green+Blue) = 191+72+88=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4858 is #40B7A7. Grayscale: #6D6D6D. Windows color (decimal): -4241320 or 5785791. OLE color: 5785791.

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

Color convert

RGB 191 72 88 -
CMYK 0 0.62 0.54 0.25
HSL 351.93º 0.48% 0.52% -
HSV(B) 351.93º 0.62% 0.75% -
XYZ 25.56 16.42 11.05 -
YUV 109.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 191 72 88 0 0.62 0.54 0.25 351.93 0.48 0.52
Hex BF 48 58 0 3E 36 19 160 30 34
Octal 277 110 130 0 76 66 31 540 60 64
Binary 10111111 1001000 1011000 0 111110 110110 11001 101100000 110000 110100

Color Harmonies of #BF4858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4858

Black with #BF4858

Text Example


Text Example

White with #BF4858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4858; }

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

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

background-color css

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

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

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

border-color css

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

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

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