Html Css Color HEX #BE2F5E Old Rose

📋 copy color: '#BE2F5E'

red 190 ◦ green 47 ◦ blue 94

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

Shades of Old Rose #BE2F5E

Tints of Old Rose #BE2F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 57.4%
G = 14.2%
B = 28.4%

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

#BE2F5E (or 0xBE2F5E) is known color: Old Rose. HEX triplet: BE, 2F and 5E. RGB value is (190,47,94). Sum of RGB (Red+Green+Blue) = 190+47+94=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2F5E is #41D0A1. Grayscale: #5F5F5F. Windows color (decimal): -4313250 or 6172606. OLE color: 6172606.

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

Color convert

RGB 190 47 94 -
CMYK 0 0.75 0.51 0.25
HSL 340.28º 0.6% 0.46% -
HSV(B) 340.28º 0.75% 0.75% -
XYZ 24.27 13.79 11.97 -
YUV 95.12 127.38 195.68 -
System Red Green Blue C M Y K H S L
Decimal 190 47 94 0 0.75 0.51 0.25 340.28 0.6 0.46
Hex BE 2F 5E 0 4B 33 19 154 3C 2E
Octal 276 57 136 0 113 63 31 524 74 56
Binary 10111110 101111 1011110 0 1001011 110011 11001 101010100 111100 101110

Color Harmonies of #BE2F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2F5E

Black with #BE2F5E

Text Example


Text Example

White with #BE2F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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