Html Css Color HEX #BF474A Mandy

📋 copy color: '#BF474A'

red 191 ◦ green 71 ◦ blue 74

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

Shades of Mandy #BF474A

Tints of Mandy #BF474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.02%

R = 56.85%
G = 21.13%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF474A (or 0xBF474A) is known color: Mandy. HEX triplet: BF, 47 and 4A. RGB value is (191,71,74). Sum of RGB (Red+Green+Blue) = 191+71+74=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF474A is #40B8B5. Grayscale: #6B6B6B. Windows color (decimal): -4241590 or 4868031. OLE color: 4868031.

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

Color convert

RGB 191 71 74 -
CMYK 0 0.63 0.61 0.25
HSL 358.5º 0.48% 0.51% -
HSV(B) 358.5º 0.63% 0.75% -
XYZ 24.98 16.08 8.27 -
YUV 107.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 191 71 74 0 0.63 0.61 0.25 358.5 0.48 0.51
Hex BF 47 4A 0 3F 3D 19 166 30 33
Octal 277 107 112 0 77 75 31 546 60 63
Binary 10111111 1000111 1001010 0 111111 111101 11001 101100110 110000 110011

Color Harmonies of #BF474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF474A

Black with #BF474A

Text Example


Text Example

White with #BF474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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