Html Css Color HEX #BE2A5C Old Rose

📋 copy color: '#BE2A5C'

red 190 ◦ green 42 ◦ blue 92

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

Shades of Old Rose #BE2A5C

Tints of Old Rose #BE2A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.4%

R = 58.64%
G = 12.96%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE2A5C (or 0xBE2A5C) is known color: Old Rose. HEX triplet: BE, 2A and 5C. RGB value is (190,42,92). Sum of RGB (Red+Green+Blue) = 190+42+92=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A5C is #41D5A3. Grayscale: #5B5B5B. Windows color (decimal): -4314532 or 6040254. OLE color: 6040254.

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

Color convert

RGB 190 42 92 -
CMYK 0 0.78 0.52 0.25
HSL 339.73º 0.64% 0.45% -
HSV(B) 339.73º 0.78% 0.75% -
XYZ 23.99 13.38 11.44 -
YUV 91.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 190 42 92 0 0.78 0.52 0.25 339.73 0.64 0.45
Hex BE 2A 5C 0 4E 34 19 154 40 2D
Octal 276 52 134 0 116 64 31 524 100 55
Binary 10111110 101010 1011100 0 1001110 110100 11001 101010100 1000000 101101

Color Harmonies of #BE2A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2A5C

Black with #BE2A5C

Text Example


Text Example

White with #BE2A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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