Html Css Color HEX #BE314C Old Rose

📋 copy color: '#BE314C'

red 190 ◦ green 49 ◦ blue 76

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

Shades of Old Rose #BE314C

Tints of Old Rose #BE314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.13%

R = 60.32%
G = 15.56%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE314C (or 0xBE314C) is known color: Old Rose. HEX triplet: BE, 31 and 4C. RGB value is (190,49,76). Sum of RGB (Red+Green+Blue) = 190+49+76=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE314C is #41CEB3. Grayscale: #5E5E5E. Windows color (decimal): -4312756 or 4993470. OLE color: 4993470.

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

Color convert

RGB 190 49 76 -
CMYK 0 0.74 0.60 0.25
HSL 348.51º 0.59% 0.47% -
HSV(B) 348.51º 0.74% 0.75% -
XYZ 23.64 13.67 8.23 -
YUV 94.24 117.71 196.3 -
System Red Green Blue C M Y K H S L
Decimal 190 49 76 0 0.74 0.60 0.25 348.51 0.59 0.47
Hex BE 31 4C 0 4A 3C 19 15D 3B 2F
Octal 276 61 114 0 112 74 31 535 73 57
Binary 10111110 110001 1001100 0 1001010 111100 11001 101011101 111011 101111

Color Harmonies of #BE314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE314C

Black with #BE314C

Text Example


Text Example

White with #BE314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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