Html Css Color HEX #BF4C58 Mandy

📋 copy color: '#BF4C58'

red 191 ◦ green 76 ◦ blue 88

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

Shades of Mandy #BF4C58

Tints of Mandy #BF4C58

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.41%

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

R = 53.8%
G = 21.41%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF4C58 (or 0xBF4C58) is known color: Mandy. HEX triplet: BF, 4C and 58. RGB value is (191,76,88). Sum of RGB (Red+Green+Blue) = 191+76+88=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4C58 is #40B3A7. Grayscale: #6F6F6F. Windows color (decimal): -4240296 or 5786815. OLE color: 5786815.

HSL color Cylindrical-coordinate representation of color #BF4C58: hue angle of 353.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4C58 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 76 88 -
CMYK 0 0.60 0.54 0.25
HSL 353.74º 0.47% 0.52% -
HSV(B) 353.74º 0.6% 0.75% -
XYZ 25.83 16.95 11.14 -
YUV 111.75 114.6 184.52 -
System Red Green Blue C M Y K H S L
Decimal 191 76 88 0 0.60 0.54 0.25 353.74 0.47 0.52
Hex BF 4C 58 0 3C 36 19 162 2F 34
Octal 277 114 130 0 74 66 31 542 57 64
Binary 10111111 1001100 1011000 0 111100 110110 11001 101100010 101111 110100

Color Harmonies of #BF4C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C58

Black with #BF4C58

Text Example


Text Example

White with #BF4C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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