Html Css Color HEX #BF4955 Mandy

📋 copy color: '#BF4955'

red 191 ◦ green 73 ◦ blue 85

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

Shades of Mandy #BF4955

Tints of Mandy #BF4955

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.92%

 BLUE value IS 85 (33.59% from 255) = 24.36%

R = 54.73%
G = 20.92%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF4955 (or 0xBF4955) is known color: Mandy. HEX triplet: BF, 49 and 55. RGB value is (191,73,85). Sum of RGB (Red+Green+Blue) = 191+73+85=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4955 is #40B6AA. Grayscale: #6D6D6D. Windows color (decimal): -4241067 or 5589439. OLE color: 5589439.

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

Color convert

RGB 191 73 85 -
CMYK 0 0.62 0.55 0.25
HSL 353.9º 0.48% 0.52% -
HSV(B) 353.9º 0.62% 0.75% -
XYZ 25.51 16.5 10.43 -
YUV 109.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 191 73 85 0 0.62 0.55 0.25 353.9 0.48 0.52
Hex BF 49 55 0 3E 37 19 162 30 34
Octal 277 111 125 0 76 67 31 542 60 64
Binary 10111111 1001001 1010101 0 111110 110111 11001 101100010 110000 110100

Color Harmonies of #BF4955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4955

Black with #BF4955

Text Example


Text Example

White with #BF4955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4955; }

 p { color: rgb(191,73,85); }

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

background-color css

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

 a { background-color: rgb(191,73,85); }

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

border-color css

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

 span { border-color: rgb(191,73,85); }

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