Html Css Color HEX #BE2463 Old Rose

📋 copy color: '#BE2463'

red 190 ◦ green 36 ◦ blue 99

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

Shades of Old Rose #BE2463

Tints of Old Rose #BE2463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.08%

 BLUE value IS 99 (39.06% from 255) = 30.46%

R = 58.46%
G = 11.08%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE2463 (or 0xBE2463) is known color: Old Rose. HEX triplet: BE, 24 and 63. RGB value is (190,36,99). Sum of RGB (Red+Green+Blue) = 190+36+99=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2463 is #41DB9C. Grayscale: #595959. Windows color (decimal): -4316061 or 6497470. OLE color: 6497470.

HSL color Cylindrical-coordinate representation of color #BE2463: hue angle of 335.45º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2463 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 36 99 -
CMYK 0 0.81 0.48 0.25
HSL 335.45º 0.68% 0.44% -
HSV(B) 335.45º 0.81% 0.75% -
XYZ 24.12 13.11 13.06 -
YUV 89.23 133.52 199.88 -
System Red Green Blue C M Y K H S L
Decimal 190 36 99 0 0.81 0.48 0.25 335.45 0.68 0.44
Hex BE 24 63 0 51 30 19 14F 44 2C
Octal 276 44 143 0 121 60 31 517 104 54
Binary 10111110 100100 1100011 0 1010001 110000 11001 101001111 1000100 101100

Color Harmonies of #BE2463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2463

Black with #BE2463

Text Example


Text Example

White with #BE2463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2463; }

 p { color: rgb(190,36,99); }

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

background-color css

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

 a { background-color: rgb(190,36,99); }

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

border-color css

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

 span { border-color: rgb(190,36,99); }

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