Html Css Color HEX #BE2052 Old Rose

📋 copy color: '#BE2052'

red 190 ◦ green 32 ◦ blue 82

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

Shades of Old Rose #BE2052

Tints of Old Rose #BE2052

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

 BLUE value IS 82 (32.42% from 255) = 26.97%

R = 62.5%
G = 10.53%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE2052 (or 0xBE2052) is known color: Old Rose. HEX triplet: BE, 20 and 52. RGB value is (190,32,82). Sum of RGB (Red+Green+Blue) = 190+32+82=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2052 is #41DFAD. Grayscale: #545454. Windows color (decimal): -4317102 or 5382334. OLE color: 5382334.

HSL color Cylindrical-coordinate representation of color #BE2052: hue angle of 341.01º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2052 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 32 82 -
CMYK 0 0.83 0.57 0.25
HSL 341.01º 0.71% 0.44% -
HSV(B) 341.01º 0.83% 0.75% -
XYZ 23.27 12.59 9.19 -
YUV 84.94 126.35 202.93 -
System Red Green Blue C M Y K H S L
Decimal 190 32 82 0 0.83 0.57 0.25 341.01 0.71 0.44
Hex BE 20 52 0 53 39 19 155 47 2C
Octal 276 40 122 0 123 71 31 525 107 54
Binary 10111110 100000 1010010 0 1010011 111001 11001 101010101 1000111 101100

Color Harmonies of #BE2052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2052

Black with #BE2052

Text Example


Text Example

White with #BE2052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2052; }

 p { color: rgb(190,32,82); }

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

background-color css

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

 a { background-color: rgb(190,32,82); }

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

border-color css

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

 span { border-color: rgb(190,32,82); }

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