Html Css Color HEX #BF484D Mandy

📋 copy color: '#BF484D'

red 191 ◦ green 72 ◦ blue 77

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

Shades of Mandy #BF484D

Tints of Mandy #BF484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.18%

 BLUE value IS 77 (30.47% from 255) = 22.65%

R = 56.18%
G = 21.18%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF484D (or 0xBF484D) is known color: Mandy. HEX triplet: BF, 48 and 4D. RGB value is (191,72,77). Sum of RGB (Red+Green+Blue) = 191+72+77=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF484D is #40B7B2. Grayscale: #6C6C6C. Windows color (decimal): -4241331 or 5064895. OLE color: 5064895.

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

Color convert

RGB 191 72 77 -
CMYK 0 0.62 0.60 0.25
HSL 357.48º 0.48% 0.52% -
HSV(B) 357.48º 0.62% 0.75% -
XYZ 25.14 16.25 8.83 -
YUV 108.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 191 72 77 0 0.62 0.60 0.25 357.48 0.48 0.52
Hex BF 48 4D 0 3E 3C 19 165 30 34
Octal 277 110 115 0 76 74 31 545 60 64
Binary 10111111 1001000 1001101 0 111110 111100 11001 101100101 110000 110100

Color Harmonies of #BF484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF484D

Black with #BF484D

Text Example


Text Example

White with #BF484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF484D; }

 p { color: rgb(191,72,77); }

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

background-color css

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

 a { background-color: rgb(191,72,77); }

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

border-color css

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

 span { border-color: rgb(191,72,77); }

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