Html Css Color HEX #BE1A4D Old Rose

📋 copy color: '#BE1A4D'

red 190 ◦ green 26 ◦ blue 77

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

Shades of Old Rose #BE1A4D

Tints of Old Rose #BE1A4D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.87%

 BLUE value IS 77 (30.47% from 255) = 26.28%

R = 64.85%
G = 8.87%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE1A4D (or 0xBE1A4D) is known color: Old Rose. HEX triplet: BE, 1A and 4D. RGB value is (190,26,77). Sum of RGB (Red+Green+Blue) = 190+26+77=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1A4D is #41E5B2. Grayscale: #505050. Windows color (decimal): -4318643 or 5053118. OLE color: 5053118.

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

Color convert

RGB 190 26 77 -
CMYK 0 0.86 0.59 0.25
HSL 341.34º 0.76% 0.42% -
HSV(B) 341.34º 0.86% 0.75% -
XYZ 22.94 12.22 8.17 -
YUV 80.85 125.83 205.85 -
System Red Green Blue C M Y K H S L
Decimal 190 26 77 0 0.86 0.59 0.25 341.34 0.76 0.42
Hex BE 1A 4D 0 56 3B 19 155 4C 2A
Octal 276 32 115 0 126 73 31 525 114 52
Binary 10111110 11010 1001101 0 1010110 111011 11001 101010101 1001100 101010

Color Harmonies of #BE1A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A4D

Black with #BE1A4D

Text Example


Text Example

White with #BE1A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A4D; }

 p { color: rgb(190,26,77); }

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

background-color css

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

 a { background-color: rgb(190,26,77); }

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

border-color css

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

 span { border-color: rgb(190,26,77); }

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