Html Css Color HEX #BE2850 Old Rose

📋 copy color: '#BE2850'

red 190 ◦ green 40 ◦ blue 80

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

Shades of Old Rose #BE2850

Tints of Old Rose #BE2850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 61.29%
G = 12.9%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE2850 (or 0xBE2850) is known color: Old Rose. HEX triplet: BE, 28 and 50. RGB value is (190,40,80). Sum of RGB (Red+Green+Blue) = 190+40+80=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2850 is #41D7AF. Grayscale: #595959. Windows color (decimal): -4315056 or 5253310. OLE color: 5253310.

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

Color convert

RGB 190 40 80 -
CMYK 0 0.79 0.58 0.25
HSL 344º 0.65% 0.45% -
HSV(B) 344º 0.79% 0.75% -
XYZ 23.44 13.04 8.87 -
YUV 89.41 122.7 199.75 -
System Red Green Blue C M Y K H S L
Decimal 190 40 80 0 0.79 0.58 0.25 344 0.65 0.45
Hex BE 28 50 0 4F 3A 19 158 41 2D
Octal 276 50 120 0 117 72 31 530 101 55
Binary 10111110 101000 1010000 0 1001111 111010 11001 101011000 1000001 101101

Color Harmonies of #BE2850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2850

Black with #BE2850

Text Example


Text Example

White with #BE2850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2850; }

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

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

background-color css

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

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

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

border-color css

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

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

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