Html Css Color HEX #BE315D Old Rose

📋 copy color: '#BE315D'

red 190 ◦ green 49 ◦ blue 93

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

Shades of Old Rose #BE315D

Tints of Old Rose #BE315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.01%

R = 57.23%
G = 14.76%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE315D (or 0xBE315D) is known color: Old Rose. HEX triplet: BE, 31 and 5D. RGB value is (190,49,93). Sum of RGB (Red+Green+Blue) = 190+49+93=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE315D is #41CEA2. Grayscale: #606060. Windows color (decimal): -4312739 or 6107582. OLE color: 6107582.

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

Color convert

RGB 190 49 93 -
CMYK 0 0.74 0.51 0.25
HSL 341.28º 0.59% 0.47% -
HSV(B) 341.28º 0.74% 0.75% -
XYZ 24.31 13.93 11.76 -
YUV 96.18 126.21 194.92 -
System Red Green Blue C M Y K H S L
Decimal 190 49 93 0 0.74 0.51 0.25 341.28 0.59 0.47
Hex BE 31 5D 0 4A 33 19 155 3B 2F
Octal 276 61 135 0 112 63 31 525 73 57
Binary 10111110 110001 1011101 0 1001010 110011 11001 101010101 111011 101111

Color Harmonies of #BE315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE315D

Black with #BE315D

Text Example


Text Example

White with #BE315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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