Html Css Color HEX #BE4249 Old Rose

📋 copy color: '#BE4249'

red 190 ◦ green 66 ◦ blue 73

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

Shades of Old Rose #BE4249

Tints of Old Rose #BE4249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.06%

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

R = 57.75%
G = 20.06%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE4249 (or 0xBE4249) is known color: Old Rose. HEX triplet: BE, 42 and 49. RGB value is (190,66,73). Sum of RGB (Red+Green+Blue) = 190+66+73=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4249 is #41BDB6. Grayscale: #676767. Windows color (decimal): -4308407 or 4801214. OLE color: 4801214.

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

Color convert

RGB 190 66 73 -
CMYK 0 0.65 0.62 0.25
HSL 356.61º 0.49% 0.5% -
HSV(B) 356.61º 0.65% 0.75% -
XYZ 24.39 15.32 7.98 -
YUV 103.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 190 66 73 0 0.65 0.62 0.25 356.61 0.49 0.5
Hex BE 42 49 0 41 3E 19 165 31 32
Octal 276 102 111 0 101 76 31 545 61 62
Binary 10111110 1000010 1001001 0 1000001 111110 11001 101100101 110001 110010

Color Harmonies of #BE4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4249

Black with #BE4249

Text Example


Text Example

White with #BE4249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4249; }

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

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

background-color css

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

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

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

border-color css

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

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

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