Html Css Color HEX #BE2350 Old Rose

📋 copy color: '#BE2350'

red 190 ◦ green 35 ◦ blue 80

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

Shades of Old Rose #BE2350

Tints of Old Rose #BE2350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.48%

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

R = 62.3%
G = 11.48%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE2350 (or 0xBE2350) is known color: Old Rose. HEX triplet: BE, 23 and 50. RGB value is (190,35,80). Sum of RGB (Red+Green+Blue) = 190+35+80=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2350 is #41DCAF. Grayscale: #565656. Windows color (decimal): -4316336 or 5252030. OLE color: 5252030.

HSL color Cylindrical-coordinate representation of color #BE2350: hue angle of 342.58º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2350 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 35 80 -
CMYK 0 0.82 0.58 0.25
HSL 342.58º 0.69% 0.44% -
HSV(B) 342.58º 0.82% 0.75% -
XYZ 23.28 12.73 8.82 -
YUV 86.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 190 35 80 0 0.82 0.58 0.25 342.58 0.69 0.44
Hex BE 23 50 0 52 3A 19 157 45 2C
Octal 276 43 120 0 122 72 31 527 105 54
Binary 10111110 100011 1010000 0 1010010 111010 11001 101010111 1000101 101100

Color Harmonies of #BE2350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2350

Black with #BE2350

Text Example


Text Example

White with #BE2350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2350; }

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

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

background-color css

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

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

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

border-color css

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

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

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