Html Css Color HEX #BE2249 Old Rose

📋 copy color: '#BE2249'

red 190 ◦ green 34 ◦ blue 73

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

Shades of Old Rose #BE2249

Tints of Old Rose #BE2249

RGB

 RED value IS 190 (74.61% from 255) = 63.97%

 GREEN value IS 34 (13.67% from 255) = 11.45%

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

R = 63.97%
G = 11.45%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE2249 (or 0xBE2249) is known color: Old Rose. HEX triplet: BE, 22 and 49. RGB value is (190,34,73). Sum of RGB (Red+Green+Blue) = 190+34+73=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2249 is #41DDB6. Grayscale: #555555. Windows color (decimal): -4316599 or 4793022. OLE color: 4793022.

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

Color convert

RGB 190 34 73 -
CMYK 0 0.82 0.62 0.25
HSL 345º 0.7% 0.44% -
HSV(B) 345º 0.82% 0.75% -
XYZ 23.01 12.57 7.52 -
YUV 85.09 121.18 202.83 -
System Red Green Blue C M Y K H S L
Decimal 190 34 73 0 0.82 0.62 0.25 345 0.7 0.44
Hex BE 22 49 0 52 3E 19 159 46 2C
Octal 276 42 111 0 122 76 31 531 106 54
Binary 10111110 100010 1001001 0 1010010 111110 11001 101011001 1000110 101100

Color Harmonies of #BE2249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2249

Black with #BE2249

Text Example


Text Example

White with #BE2249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2249; }

 p { color: rgb(190,34,73); }

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

background-color css

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

 a { background-color: rgb(190,34,73); }

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

border-color css

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

 span { border-color: rgb(190,34,73); }

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