Html Css Color HEX #BF4558 Mandy

📋 copy color: '#BF4558'

red 191 ◦ green 69 ◦ blue 88

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

Shades of Mandy #BF4558

Tints of Mandy #BF4558

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.83%

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

R = 54.89%
G = 19.83%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF4558 (or 0xBF4558) is known color: Mandy. HEX triplet: BF, 45 and 58. RGB value is (191,69,88). Sum of RGB (Red+Green+Blue) = 191+69+88=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4558 is #40BAA7. Grayscale: #6B6B6B. Windows color (decimal): -4242088 or 5785023. OLE color: 5785023.

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

Color convert

RGB 191 69 88 -
CMYK 0 0.64 0.54 0.25
HSL 350.66º 0.49% 0.51% -
HSV(B) 350.66º 0.64% 0.75% -
XYZ 25.38 16.04 10.99 -
YUV 107.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 191 69 88 0 0.64 0.54 0.25 350.66 0.49 0.51
Hex BF 45 58 0 40 36 19 15F 31 33
Octal 277 105 130 0 100 66 31 537 61 63
Binary 10111111 1000101 1011000 0 1000000 110110 11001 101011111 110001 110011

Color Harmonies of #BF4558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4558

Black with #BF4558

Text Example


Text Example

White with #BF4558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4558; }

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

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

background-color css

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

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

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

border-color css

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

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

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