Html Css Color HEX #BE2D60 Old Rose

📋 copy color: '#BE2D60'

red 190 ◦ green 45 ◦ blue 96

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

Shades of Old Rose #BE2D60

Tints of Old Rose #BE2D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29%

R = 57.4%
G = 13.6%
B = 29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE2D60 (or 0xBE2D60) is known color: Old Rose. HEX triplet: BE, 2D and 60. RGB value is (190,45,96). Sum of RGB (Red+Green+Blue) = 190+45+96=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2D60 is #41D29F. Grayscale: #5E5E5E. Windows color (decimal): -4313760 or 6303166. OLE color: 6303166.

HSL color Cylindrical-coordinate representation of color #BE2D60: hue angle of 338.9º 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 #BE2D60 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 45 96 -
CMYK 0 0.76 0.49 0.25
HSL 338.9º 0.62% 0.46% -
HSV(B) 338.9º 0.76% 0.75% -
XYZ 24.28 13.67 12.42 -
YUV 94.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 190 45 96 0 0.76 0.49 0.25 338.9 0.62 0.46
Hex BE 2D 60 0 4C 31 19 153 3E 2E
Octal 276 55 140 0 114 61 31 523 76 56
Binary 10111110 101101 1100000 0 1001100 110001 11001 101010011 111110 101110

Color Harmonies of #BE2D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D60

Black with #BE2D60

Text Example


Text Example

White with #BE2D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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