Html Css Color HEX #BF2749 Old Rose

📋 copy color: '#BF2749'

red 191 ◦ green 39 ◦ blue 73

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

Shades of Old Rose #BF2749

Tints of Old Rose #BF2749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.87%

 BLUE value IS 73 (28.91% from 255) = 24.09%

R = 63.04%
G = 12.87%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF2749 (or 0xBF2749) is known color: Old Rose. HEX triplet: BF, 27 and 49. RGB value is (191,39,73). Sum of RGB (Red+Green+Blue) = 191+39+73=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2749 is #40D8B6. Grayscale: #585858. Windows color (decimal): -4249783 or 4794303. OLE color: 4794303.

HSL color Cylindrical-coordinate representation of color #BF2749: hue angle of 346.58º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2749 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 39 73 -
CMYK 0 0.80 0.62 0.25
HSL 346.58º 0.66% 0.45% -
HSV(B) 346.58º 0.8% 0.75% -
XYZ 23.41 13.01 7.58 -
YUV 88.32 119.36 201.24 -
System Red Green Blue C M Y K H S L
Decimal 191 39 73 0 0.80 0.62 0.25 346.58 0.66 0.45
Hex BF 27 49 0 50 3E 19 15B 42 2D
Octal 277 47 111 0 120 76 31 533 102 55
Binary 10111111 100111 1001001 0 1010000 111110 11001 101011011 1000010 101101

Color Harmonies of #BF2749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2749

Black with #BF2749

Text Example


Text Example

White with #BF2749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2749; }

 p { color: rgb(191,39,73); }

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

background-color css

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

 a { background-color: rgb(191,39,73); }

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

border-color css

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

 span { border-color: rgb(191,39,73); }

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