Html Css Color HEX #BF2049 Old Rose

📋 copy color: '#BF2049'

red 191 ◦ green 32 ◦ blue 73

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

Shades of Old Rose #BF2049

Tints of Old Rose #BF2049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.81%

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

R = 64.53%
G = 10.81%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF2049 (or 0xBF2049) is known color: Old Rose. HEX triplet: BF, 20 and 49. RGB value is (191,32,73). Sum of RGB (Red+Green+Blue) = 191+32+73=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2049 is #40DFB6. Grayscale: #545454. Windows color (decimal): -4251575 or 4792511. OLE color: 4792511.

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

Color convert

RGB 191 32 73 -
CMYK 0 0.83 0.62 0.25
HSL 344.53º 0.71% 0.44% -
HSV(B) 344.53º 0.83% 0.75% -
XYZ 23.2 12.59 7.51 -
YUV 84.22 121.68 204.17 -
System Red Green Blue C M Y K H S L
Decimal 191 32 73 0 0.83 0.62 0.25 344.53 0.71 0.44
Hex BF 20 49 0 53 3E 19 159 47 2C
Octal 277 40 111 0 123 76 31 531 107 54
Binary 10111111 100000 1001001 0 1010011 111110 11001 101011001 1000111 101100

Color Harmonies of #BF2049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2049

Black with #BF2049

Text Example


Text Example

White with #BF2049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2049; }

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

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

background-color css

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

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

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

border-color css

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

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

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