Html Css Color HEX #BF4A58 Mandy

📋 copy color: '#BF4A58'

red 191 ◦ green 74 ◦ blue 88

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

Shades of Mandy #BF4A58

Tints of Mandy #BF4A58

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.96%

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

R = 54.11%
G = 20.96%
B = 24.93%

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

#BF4A58 (or 0xBF4A58) is known color: Mandy. HEX triplet: BF, 4A and 58. RGB value is (191,74,88). Sum of RGB (Red+Green+Blue) = 191+74+88=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4A58 is #40B5A7. Grayscale: #6E6E6E. Windows color (decimal): -4240808 or 5786303. OLE color: 5786303.

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

Color convert

RGB 191 74 88 -
CMYK 0 0.61 0.54 0.25
HSL 352.82º 0.48% 0.52% -
HSV(B) 352.82º 0.61% 0.75% -
XYZ 25.7 16.68 11.1 -
YUV 110.58 115.26 185.36 -
System Red Green Blue C M Y K H S L
Decimal 191 74 88 0 0.61 0.54 0.25 352.82 0.48 0.52
Hex BF 4A 58 0 3D 36 19 161 30 34
Octal 277 112 130 0 75 66 31 541 60 64
Binary 10111111 1001010 1011000 0 111101 110110 11001 101100001 110000 110100

Color Harmonies of #BF4A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A58

Black with #BF4A58

Text Example


Text Example

White with #BF4A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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