Html Css Color HEX #BE2A64 Old Rose

📋 copy color: '#BE2A64'

red 190 ◦ green 42 ◦ blue 100

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

Shades of Old Rose #BE2A64

Tints of Old Rose #BE2A64

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.65%

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

R = 57.23%
G = 12.65%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE2A64 (or 0xBE2A64) is known color: Old Rose. HEX triplet: BE, 2A and 64. RGB value is (190,42,100). Sum of RGB (Red+Green+Blue) = 190+42+100=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A64 is #41D59B. Grayscale: #5C5C5C. Windows color (decimal): -4314524 or 6564542. OLE color: 6564542.

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

Color convert

RGB 190 42 100 -
CMYK 0 0.78 0.47 0.25
HSL 336.49º 0.64% 0.45% -
HSV(B) 336.49º 0.78% 0.75% -
XYZ 24.36 13.52 13.38 -
YUV 92.86 132.03 197.28 -
System Red Green Blue C M Y K H S L
Decimal 190 42 100 0 0.78 0.47 0.25 336.49 0.64 0.45
Hex BE 2A 64 0 4E 2F 19 150 40 2D
Octal 276 52 144 0 116 57 31 520 100 55
Binary 10111110 101010 1100100 0 1001110 101111 11001 101010000 1000000 101101

Color Harmonies of #BE2A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2A64

Black with #BE2A64

Text Example


Text Example

White with #BE2A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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