Html Css Color HEX #BE2651 Old Rose

📋 copy color: '#BE2651'

red 190 ◦ green 38 ◦ blue 81

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

Shades of Old Rose #BE2651

Tints of Old Rose #BE2651

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.3%

 BLUE value IS 81 (32.03% from 255) = 26.21%

R = 61.49%
G = 12.3%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE2651 (or 0xBE2651) is known color: Old Rose. HEX triplet: BE, 26 and 51. RGB value is (190,38,81). Sum of RGB (Red+Green+Blue) = 190+38+81=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2651 is #41D9AE. Grayscale: #585858. Windows color (decimal): -4315567 or 5318334. OLE color: 5318334.

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

Color convert

RGB 190 38 81 -
CMYK 0 0.8 0.57 0.25
HSL 343.03º 0.67% 0.45% -
HSV(B) 343.03º 0.8% 0.75% -
XYZ 23.41 12.93 9.05 -
YUV 88.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 190 38 81 0 0.8 0.57 0.25 343.03 0.67 0.45
Hex BE 26 51 0 50 39 19 157 43 2D
Octal 276 46 121 0 120 71 31 527 103 55
Binary 10111110 100110 1010001 0 1010000 111001 11001 101010111 1000011 101101

Color Harmonies of #BE2651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2651

Black with #BE2651

Text Example


Text Example

White with #BE2651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2651; }

 p { color: rgb(190,38,81); }

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

background-color css

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

 a { background-color: rgb(190,38,81); }

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

border-color css

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

 span { border-color: rgb(190,38,81); }

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