Html Css Color HEX #BF4648 Mandy

📋 copy color: '#BF4648'

red 191 ◦ green 70 ◦ blue 72

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

Shades of Mandy #BF4648

Tints of Mandy #BF4648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.02%

 BLUE value IS 72 (28.52% from 255) = 21.62%

R = 57.36%
G = 21.02%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF4648 (or 0xBF4648) is known color: Mandy. HEX triplet: BF, 46 and 48. RGB value is (191,70,72). Sum of RGB (Red+Green+Blue) = 191+70+72=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4648 is #40B9B7. Grayscale: #6A6A6A. Windows color (decimal): -4241848 or 4736703. OLE color: 4736703.

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

Color convert

RGB 191 70 72 -
CMYK 0 0.63 0.62 0.25
HSL 359.01º 0.49% 0.51% -
HSV(B) 359.01º 0.63% 0.75% -
XYZ 24.85 15.92 7.9 -
YUV 106.41 108.59 188.34 -
System Red Green Blue C M Y K H S L
Decimal 191 70 72 0 0.63 0.62 0.25 359.01 0.49 0.51
Hex BF 46 48 0 3F 3E 19 167 31 33
Octal 277 106 110 0 77 76 31 547 61 63
Binary 10111111 1000110 1001000 0 111111 111110 11001 101100111 110001 110011

Color Harmonies of #BF4648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4648

Black with #BF4648

Text Example


Text Example

White with #BF4648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4648; }

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

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

background-color css

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

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

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

border-color css

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

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

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