Html Css Color HEX #BF2B49 Old Rose

📋 copy color: '#BF2B49'

red 191 ◦ green 43 ◦ blue 73

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

Shades of Old Rose #BF2B49

Tints of Old Rose #BF2B49

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.01%

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

R = 62.21%
G = 14.01%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF2B49 (or 0xBF2B49) is known color: Old Rose. HEX triplet: BF, 2B and 49. RGB value is (191,43,73). Sum of RGB (Red+Green+Blue) = 191+43+73=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2B49 is #40D4B6. Grayscale: #5A5A5A. Windows color (decimal): -4248759 or 4795327. OLE color: 4795327.

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

Color convert

RGB 191 43 73 -
CMYK 0 0.77 0.62 0.25
HSL 347.84º 0.63% 0.46% -
HSV(B) 347.84º 0.77% 0.75% -
XYZ 23.55 13.29 7.63 -
YUV 90.67 118.03 199.56 -
System Red Green Blue C M Y K H S L
Decimal 191 43 73 0 0.77 0.62 0.25 347.84 0.63 0.46
Hex BF 2B 49 0 4D 3E 19 15C 3F 2E
Octal 277 53 111 0 115 76 31 534 77 56
Binary 10111111 101011 1001001 0 1001101 111110 11001 101011100 111111 101110

Color Harmonies of #BF2B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B49

Black with #BF2B49

Text Example


Text Example

White with #BF2B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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