Html Css Color HEX #BE2564 Old Rose

📋 copy color: '#BE2564'

red 190 ◦ green 37 ◦ blue 100

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

Shades of Old Rose #BE2564

Tints of Old Rose #BE2564

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.31%

 BLUE value IS 100 (39.45% from 255) = 30.58%

R = 58.1%
G = 11.31%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE2564 (or 0xBE2564) is known color: Old Rose. HEX triplet: BE, 25 and 64. RGB value is (190,37,100). Sum of RGB (Red+Green+Blue) = 190+37+100=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2564 is #41DA9B. Grayscale: #595959. Windows color (decimal): -4315804 or 6563262. OLE color: 6563262.

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

Color convert

RGB 190 37 100 -
CMYK 0 0.81 0.47 0.25
HSL 335.29º 0.67% 0.45% -
HSV(B) 335.29º 0.81% 0.75% -
XYZ 24.2 13.19 13.33 -
YUV 89.93 133.69 199.38 -
System Red Green Blue C M Y K H S L
Decimal 190 37 100 0 0.81 0.47 0.25 335.29 0.67 0.45
Hex BE 25 64 0 51 2F 19 14F 43 2D
Octal 276 45 144 0 121 57 31 517 103 55
Binary 10111110 100101 1100100 0 1010001 101111 11001 101001111 1000011 101101

Color Harmonies of #BE2564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2564

Black with #BE2564

Text Example


Text Example

White with #BE2564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2564; }

 p { color: rgb(190,37,100); }

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

background-color css

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

 a { background-color: rgb(190,37,100); }

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

border-color css

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

 span { border-color: rgb(190,37,100); }

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