Html Css Color HEX #BF2149 Old Rose

📋 copy color: '#BF2149'

red 191 ◦ green 33 ◦ blue 73

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

Shades of Old Rose #BF2149

Tints of Old Rose #BF2149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.11%

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

R = 64.31%
G = 11.11%
B = 24.58%

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

#BF2149 (or 0xBF2149) is known color: Old Rose. HEX triplet: BF, 21 and 49. RGB value is (191,33,73). Sum of RGB (Red+Green+Blue) = 191+33+73=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2149 is #40DEB6. Grayscale: #545454. Windows color (decimal): -4251319 or 4792767. OLE color: 4792767.

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

Color convert

RGB 191 33 73 -
CMYK 0 0.83 0.62 0.25
HSL 344.81º 0.71% 0.44% -
HSV(B) 344.81º 0.83% 0.75% -
XYZ 23.23 12.65 7.52 -
YUV 84.8 121.35 203.75 -
System Red Green Blue C M Y K H S L
Decimal 191 33 73 0 0.83 0.62 0.25 344.81 0.71 0.44
Hex BF 21 49 0 53 3E 19 159 47 2C
Octal 277 41 111 0 123 76 31 531 107 54
Binary 10111111 100001 1001001 0 1010011 111110 11001 101011001 1000111 101100

Color Harmonies of #BF2149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2149

Black with #BF2149

Text Example


Text Example

White with #BF2149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2149; }

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

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

background-color css

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

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

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

border-color css

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

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

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