Html Css Color HEX #BE2F5D Old Rose

📋 copy color: '#BE2F5D'

red 190 ◦ green 47 ◦ blue 93

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

Shades of Old Rose #BE2F5D

Tints of Old Rose #BE2F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.24%

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 57.58%
G = 14.24%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE2F5D (or 0xBE2F5D) is known color: Old Rose. HEX triplet: BE, 2F and 5D. RGB value is (190,47,93). Sum of RGB (Red+Green+Blue) = 190+47+93=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2F5D is #41D0A2. Grayscale: #5E5E5E. Windows color (decimal): -4313251 or 6107070. OLE color: 6107070.

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

Color convert

RGB 190 47 93 -
CMYK 0 0.75 0.51 0.25
HSL 340.7º 0.6% 0.46% -
HSV(B) 340.7º 0.75% 0.75% -
XYZ 24.23 13.77 11.74 -
YUV 95 126.88 195.76 -
System Red Green Blue C M Y K H S L
Decimal 190 47 93 0 0.75 0.51 0.25 340.7 0.6 0.46
Hex BE 2F 5D 0 4B 33 19 155 3C 2E
Octal 276 57 135 0 113 63 31 525 74 56
Binary 10111110 101111 1011101 0 1001011 110011 11001 101010101 111100 101110

Color Harmonies of #BE2F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2F5D

Black with #BE2F5D

Text Example


Text Example

White with #BE2F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2F5D; }

 p { color: rgb(190,47,93); }

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

background-color css

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

 a { background-color: rgb(190,47,93); }

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

border-color css

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

 span { border-color: rgb(190,47,93); }

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