Html Css Color HEX #BE2B64 Old Rose

📋 copy color: '#BE2B64'

red 190 ◦ green 43 ◦ blue 100

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

Shades of Old Rose #BE2B64

Tints of Old Rose #BE2B64

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.91%

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

R = 57.06%
G = 12.91%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE2B64 (or 0xBE2B64) is known color: Old Rose. HEX triplet: BE, 2B and 64. RGB value is (190,43,100). Sum of RGB (Red+Green+Blue) = 190+43+100=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2B64 is #41D49B. Grayscale: #5D5D5D. Windows color (decimal): -4314268 or 6564798. OLE color: 6564798.

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

Color convert

RGB 190 43 100 -
CMYK 0 0.77 0.47 0.25
HSL 336.73º 0.63% 0.46% -
HSV(B) 336.73º 0.77% 0.75% -
XYZ 24.4 13.6 13.39 -
YUV 93.45 131.7 196.87 -
System Red Green Blue C M Y K H S L
Decimal 190 43 100 0 0.77 0.47 0.25 336.73 0.63 0.46
Hex BE 2B 64 0 4D 2F 19 151 3F 2E
Octal 276 53 144 0 115 57 31 521 77 56
Binary 10111110 101011 1100100 0 1001101 101111 11001 101010001 111111 101110

Color Harmonies of #BE2B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B64

Black with #BE2B64

Text Example


Text Example

White with #BE2B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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