Html Css Color HEX #BE314A Old Rose

📋 copy color: '#BE314A'

red 190 ◦ green 49 ◦ blue 74

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

Shades of Old Rose #BE314A

Tints of Old Rose #BE314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

 BLUE value IS 74 (29.3% from 255) = 23.64%

R = 60.7%
G = 15.65%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE314A (or 0xBE314A) is known color: Old Rose. HEX triplet: BE, 31 and 4A. RGB value is (190,49,74). Sum of RGB (Red+Green+Blue) = 190+49+74=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE314A is #41CEB5. Grayscale: #5E5E5E. Windows color (decimal): -4312758 or 4862398. OLE color: 4862398.

HSL color Cylindrical-coordinate representation of color #BE314A: hue angle of 349.36º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE314A is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 49 74 -
CMYK 0 0.74 0.61 0.25
HSL 349.36º 0.59% 0.47% -
HSV(B) 349.36º 0.74% 0.75% -
XYZ 23.57 13.64 7.87 -
YUV 94.01 116.71 196.47 -
System Red Green Blue C M Y K H S L
Decimal 190 49 74 0 0.74 0.61 0.25 349.36 0.59 0.47
Hex BE 31 4A 0 4A 3D 19 15D 3B 2F
Octal 276 61 112 0 112 75 31 535 73 57
Binary 10111110 110001 1001010 0 1001010 111101 11001 101011101 111011 101111

Color Harmonies of #BE314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE314A

Black with #BE314A

Text Example


Text Example

White with #BE314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE314A; }

 p { color: rgb(190,49,74); }

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

background-color css

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

 a { background-color: rgb(190,49,74); }

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

border-color css

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

 span { border-color: rgb(190,49,74); }

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