Html Css Color HEX #BE2865 Old Rose

📋 copy color: '#BE2865'

red 190 ◦ green 40 ◦ blue 101

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

Shades of Old Rose #BE2865

Tints of Old Rose #BE2865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.08%

 BLUE value IS 101 (39.84% from 255) = 30.51%

R = 57.4%
G = 12.08%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE2865 (or 0xBE2865) is known color: Old Rose. HEX triplet: BE, 28 and 65. RGB value is (190,40,101). Sum of RGB (Red+Green+Blue) = 190+40+101=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2865 is #41D79A. Grayscale: #5B5B5B. Windows color (decimal): -4315035 or 6629566. OLE color: 6629566.

HSL color Cylindrical-coordinate representation of color #BE2865: hue angle of 335.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2865 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 40 101 -
CMYK 0 0.79 0.47 0.25
HSL 335.6º 0.65% 0.45% -
HSV(B) 335.6º 0.79% 0.75% -
XYZ 24.34 13.4 13.62 -
YUV 91.8 133.2 198.04 -
System Red Green Blue C M Y K H S L
Decimal 190 40 101 0 0.79 0.47 0.25 335.6 0.65 0.45
Hex BE 28 65 0 4F 2F 19 150 41 2D
Octal 276 50 145 0 117 57 31 520 101 55
Binary 10111110 101000 1100101 0 1001111 101111 11001 101010000 1000001 101101

Color Harmonies of #BE2865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2865

Black with #BE2865

Text Example


Text Example

White with #BE2865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2865; }

 p { color: rgb(190,40,101); }

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

background-color css

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

 a { background-color: rgb(190,40,101); }

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

border-color css

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

 span { border-color: rgb(190,40,101); }

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