Html Css Color HEX #BF4B57 Mandy

📋 copy color: '#BF4B57'

red 191 ◦ green 75 ◦ blue 87

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

Shades of Mandy #BF4B57

Tints of Mandy #BF4B57

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.25%

 BLUE value IS 87 (34.38% from 255) = 24.65%

R = 54.11%
G = 21.25%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF4B57 (or 0xBF4B57) is known color: Mandy. HEX triplet: BF, 4B and 57. RGB value is (191,75,87). Sum of RGB (Red+Green+Blue) = 191+75+87=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4B57 is #40B4A8. Grayscale: #6F6F6F. Windows color (decimal): -4240553 or 5721023. OLE color: 5721023.

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

Color convert

RGB 191 75 87 -
CMYK 0 0.61 0.54 0.25
HSL 353.79º 0.48% 0.52% -
HSV(B) 353.79º 0.61% 0.75% -
XYZ 25.72 16.8 10.9 -
YUV 111.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 191 75 87 0 0.61 0.54 0.25 353.79 0.48 0.52
Hex BF 4B 57 0 3D 36 19 162 30 34
Octal 277 113 127 0 75 66 31 542 60 64
Binary 10111111 1001011 1010111 0 111101 110110 11001 101100010 110000 110100

Color Harmonies of #BF4B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4B57

Black with #BF4B57

Text Example


Text Example

White with #BF4B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4B57; }

 p { color: rgb(191,75,87); }

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

background-color css

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

 a { background-color: rgb(191,75,87); }

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

border-color css

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

 span { border-color: rgb(191,75,87); }

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