Html Css Color HEX #BE314B Old Rose

📋 copy color: '#BE314B'

red 190 ◦ green 49 ◦ blue 75

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

Shades of Old Rose #BE314B

Tints of Old Rose #BE314B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.89%

R = 60.51%
G = 15.61%
B = 23.89%

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

#BE314B (or 0xBE314B) is known color: Old Rose. HEX triplet: BE, 31 and 4B. RGB value is (190,49,75). Sum of RGB (Red+Green+Blue) = 190+49+75=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE314B is #41CEB4. Grayscale: #5E5E5E. Windows color (decimal): -4312757 or 4927934. OLE color: 4927934.

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

Color convert

RGB 190 49 75 -
CMYK 0 0.74 0.61 0.25
HSL 348.94º 0.59% 0.47% -
HSV(B) 348.94º 0.74% 0.75% -
XYZ 23.6 13.65 8.05 -
YUV 94.12 117.21 196.39 -
System Red Green Blue C M Y K H S L
Decimal 190 49 75 0 0.74 0.61 0.25 348.94 0.59 0.47
Hex BE 31 4B 0 4A 3D 19 15D 3B 2F
Octal 276 61 113 0 112 75 31 535 73 57
Binary 10111110 110001 1001011 0 1001010 111101 11001 101011101 111011 101111

Color Harmonies of #BE314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE314B

Black with #BE314B

Text Example


Text Example

White with #BE314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE314B; }

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

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

background-color css

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

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

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

border-color css

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

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

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