Html Css Color HEX #BF474F Mandy

📋 copy color: '#BF474F'

red 191 ◦ green 71 ◦ blue 79

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

Shades of Mandy #BF474F

Tints of Mandy #BF474F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.82%

 BLUE value IS 79 (31.25% from 255) = 23.17%

R = 56.01%
G = 20.82%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF474F (or 0xBF474F) is known color: Mandy. HEX triplet: BF, 47 and 4F. RGB value is (191,71,79). Sum of RGB (Red+Green+Blue) = 191+71+79=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF474F is #40B8B0. Grayscale: #6B6B6B. Windows color (decimal): -4241585 or 5195711. OLE color: 5195711.

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

Color convert

RGB 191 71 79 -
CMYK 0 0.63 0.59 0.25
HSL 356º 0.48% 0.51% -
HSV(B) 356º 0.63% 0.75% -
XYZ 25.15 16.15 9.19 -
YUV 107.79 111.76 187.35 -
System Red Green Blue C M Y K H S L
Decimal 191 71 79 0 0.63 0.59 0.25 356 0.48 0.51
Hex BF 47 4F 0 3F 3B 19 164 30 33
Octal 277 107 117 0 77 73 31 544 60 63
Binary 10111111 1000111 1001111 0 111111 111011 11001 101100100 110000 110011

Color Harmonies of #BF474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF474F

Black with #BF474F

Text Example


Text Example

White with #BF474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF474F; }

 p { color: rgb(191,71,79); }

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

background-color css

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

 a { background-color: rgb(191,71,79); }

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

border-color css

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

 span { border-color: rgb(191,71,79); }

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