Html Css Color HEX #BF3249 Old Rose

📋 copy color: '#BF3249'

red 191 ◦ green 50 ◦ blue 73

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

Shades of Old Rose #BF3249

Tints of Old Rose #BF3249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

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

R = 60.83%
G = 15.92%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF3249 (or 0xBF3249) is known color: Old Rose. HEX triplet: BF, 32 and 49. RGB value is (191,50,73). Sum of RGB (Red+Green+Blue) = 191+50+73=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3249 is #40CDB6. Grayscale: #5E5E5E. Windows color (decimal): -4246967 or 4797119. OLE color: 4797119.

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

Color convert

RGB 191 50 73 -
CMYK 0 0.74 0.62 0.25
HSL 350.21º 0.59% 0.47% -
HSV(B) 350.21º 0.74% 0.75% -
XYZ 23.83 13.84 7.72 -
YUV 94.78 115.71 196.63 -
System Red Green Blue C M Y K H S L
Decimal 191 50 73 0 0.74 0.62 0.25 350.21 0.59 0.47
Hex BF 32 49 0 4A 3E 19 15E 3B 2F
Octal 277 62 111 0 112 76 31 536 73 57
Binary 10111111 110010 1001001 0 1001010 111110 11001 101011110 111011 101111

Color Harmonies of #BF3249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3249

Black with #BF3249

Text Example


Text Example

White with #BF3249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3249; }

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

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

background-color css

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

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

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

border-color css

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

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

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