Html Css Color HEX #BE3350 Old Rose

📋 copy color: '#BE3350'

red 190 ◦ green 51 ◦ blue 80

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

Shades of Old Rose #BE3350

Tints of Old Rose #BE3350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.89%

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

R = 59.19%
G = 15.89%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE3350 (or 0xBE3350) is known color: Old Rose. HEX triplet: BE, 33 and 50. RGB value is (190,51,80). Sum of RGB (Red+Green+Blue) = 190+51+80=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3350 is #41CCAF. Grayscale: #5F5F5F. Windows color (decimal): -4312240 or 5256126. OLE color: 5256126.

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

Color convert

RGB 190 51 80 -
CMYK 0 0.73 0.58 0.25
HSL 347.48º 0.58% 0.47% -
HSV(B) 347.48º 0.73% 0.75% -
XYZ 23.87 13.89 9.01 -
YUV 95.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 190 51 80 0 0.73 0.58 0.25 347.48 0.58 0.47
Hex BE 33 50 0 49 3A 19 15B 3A 2F
Octal 276 63 120 0 111 72 31 533 72 57
Binary 10111110 110011 1010000 0 1001001 111010 11001 101011011 111010 101111

Color Harmonies of #BE3350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3350

Black with #BE3350

Text Example


Text Example

White with #BE3350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3350; }

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

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

background-color css

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

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

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

border-color css

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

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

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