Html Css Color HEX #BE2965 Old Rose

📋 copy color: '#BE2965'

red 190 ◦ green 41 ◦ blue 101

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

Shades of Old Rose #BE2965

Tints of Old Rose #BE2965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.35%

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

R = 57.23%
G = 12.35%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE2965 (or 0xBE2965) is known color: Old Rose. HEX triplet: BE, 29 and 65. RGB value is (190,41,101). Sum of RGB (Red+Green+Blue) = 190+41+101=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2965 is #41D69A. Grayscale: #5C5C5C. Windows color (decimal): -4314779 or 6629822. OLE color: 6629822.

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

Color convert

RGB 190 41 101 -
CMYK 0 0.78 0.47 0.25
HSL 335.84º 0.65% 0.45% -
HSV(B) 335.84º 0.78% 0.75% -
XYZ 24.38 13.47 13.63 -
YUV 92.39 132.86 197.62 -
System Red Green Blue C M Y K H S L
Decimal 190 41 101 0 0.78 0.47 0.25 335.84 0.65 0.45
Hex BE 29 65 0 4E 2F 19 150 41 2D
Octal 276 51 145 0 116 57 31 520 101 55
Binary 10111110 101001 1100101 0 1001110 101111 11001 101010000 1000001 101101

Color Harmonies of #BE2965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2965

Black with #BE2965

Text Example


Text Example

White with #BE2965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2965; }

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

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

background-color css

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

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

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

border-color css

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

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

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