Html Css Color HEX #BF4C55 Mandy

📋 copy color: '#BF4C55'

red 191 ◦ green 76 ◦ blue 85

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

Shades of Mandy #BF4C55

Tints of Mandy #BF4C55

RGB

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

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

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

R = 54.26%
G = 21.59%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF4C55 (or 0xBF4C55) is known color: Mandy. HEX triplet: BF, 4C and 55. RGB value is (191,76,85). Sum of RGB (Red+Green+Blue) = 191+76+85=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4C55 is #40B3AA. Grayscale: #6F6F6F. Windows color (decimal): -4240299 or 5590207. OLE color: 5590207.

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

Color convert

RGB 191 76 85 -
CMYK 0 0.60 0.55 0.25
HSL 355.3º 0.47% 0.52% -
HSV(B) 355.3º 0.6% 0.75% -
XYZ 25.71 16.9 10.5 -
YUV 111.41 113.1 184.77 -
System Red Green Blue C M Y K H S L
Decimal 191 76 85 0 0.60 0.55 0.25 355.3 0.47 0.52
Hex BF 4C 55 0 3C 37 19 163 2F 34
Octal 277 114 125 0 74 67 31 543 57 64
Binary 10111111 1001100 1010101 0 111100 110111 11001 101100011 101111 110100

Color Harmonies of #BF4C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C55

Black with #BF4C55

Text Example


Text Example

White with #BF4C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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