Html Css Color HEX #BF4658 Mandy

📋 copy color: '#BF4658'

red 191 ◦ green 70 ◦ blue 88

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

Shades of Mandy #BF4658

Tints of Mandy #BF4658

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.06%

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

R = 54.73%
G = 20.06%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF4658 (or 0xBF4658) is known color: Mandy. HEX triplet: BF, 46 and 58. RGB value is (191,70,88). Sum of RGB (Red+Green+Blue) = 191+70+88=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4658 is #40B9A7. Grayscale: #6C6C6C. Windows color (decimal): -4241832 or 5785279. OLE color: 5785279.

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

Color convert

RGB 191 70 88 -
CMYK 0 0.63 0.54 0.25
HSL 351.07º 0.49% 0.51% -
HSV(B) 351.07º 0.63% 0.75% -
XYZ 25.44 16.16 11.01 -
YUV 108.23 116.59 187.04 -
System Red Green Blue C M Y K H S L
Decimal 191 70 88 0 0.63 0.54 0.25 351.07 0.49 0.51
Hex BF 46 58 0 3F 36 19 15F 31 33
Octal 277 106 130 0 77 66 31 537 61 63
Binary 10111111 1000110 1011000 0 111111 110110 11001 101011111 110001 110011

Color Harmonies of #BF4658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4658

Black with #BF4658

Text Example


Text Example

White with #BF4658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4658; }

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

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

background-color css

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

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

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

border-color css

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

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

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