Html Css Color HEX #BE2D64 Old Rose

📋 copy color: '#BE2D64'

red 190 ◦ green 45 ◦ blue 100

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

Shades of Old Rose #BE2D64

Tints of Old Rose #BE2D64

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.43%

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

R = 56.72%
G = 13.43%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE2D64 (or 0xBE2D64) is known color: Old Rose. HEX triplet: BE, 2D and 64. RGB value is (190,45,100). Sum of RGB (Red+Green+Blue) = 190+45+100=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2D64 is #41D29B. Grayscale: #5E5E5E. Windows color (decimal): -4313756 or 6565310. OLE color: 6565310.

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

Color convert

RGB 190 45 100 -
CMYK 0 0.76 0.47 0.25
HSL 337.24º 0.62% 0.46% -
HSV(B) 337.24º 0.76% 0.75% -
XYZ 24.47 13.74 13.42 -
YUV 94.63 131.04 196.03 -
System Red Green Blue C M Y K H S L
Decimal 190 45 100 0 0.76 0.47 0.25 337.24 0.62 0.46
Hex BE 2D 64 0 4C 2F 19 151 3E 2E
Octal 276 55 144 0 114 57 31 521 76 56
Binary 10111110 101101 1100100 0 1001100 101111 11001 101010001 111110 101110

Color Harmonies of #BE2D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D64

Black with #BE2D64

Text Example


Text Example

White with #BE2D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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