Html Css Color HEX #BE2649 Old Rose

📋 copy color: '#BE2649'

red 190 ◦ green 38 ◦ blue 73

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

Shades of Old Rose #BE2649

Tints of Old Rose #BE2649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.62%

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

R = 63.12%
G = 12.62%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE2649 (or 0xBE2649) is known color: Old Rose. HEX triplet: BE, 26 and 49. RGB value is (190,38,73). Sum of RGB (Red+Green+Blue) = 190+38+73=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2649 is #41D9B6. Grayscale: #575757. Windows color (decimal): -4315575 or 4794046. OLE color: 4794046.

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

Color convert

RGB 190 38 73 -
CMYK 0 0.8 0.62 0.25
HSL 346.18º 0.67% 0.45% -
HSV(B) 346.18º 0.8% 0.75% -
XYZ 23.13 12.81 7.56 -
YUV 87.44 119.86 201.15 -
System Red Green Blue C M Y K H S L
Decimal 190 38 73 0 0.8 0.62 0.25 346.18 0.67 0.45
Hex BE 26 49 0 50 3E 19 15A 43 2D
Octal 276 46 111 0 120 76 31 532 103 55
Binary 10111110 100110 1001001 0 1010000 111110 11001 101011010 1000011 101101

Color Harmonies of #BE2649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2649

Black with #BE2649

Text Example


Text Example

White with #BE2649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2649; }

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

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

background-color css

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

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

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

border-color css

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

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

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