Html Css Color HEX #BE3557 Old Rose

📋 copy color: '#BE3557'

red 190 ◦ green 53 ◦ blue 87

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

Shades of Old Rose #BE3557

Tints of Old Rose #BE3557

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.06%

 BLUE value IS 87 (34.38% from 255) = 26.36%

R = 57.58%
G = 16.06%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BE3557 (or 0xBE3557) is known color: Old Rose. HEX triplet: BE, 35 and 57. RGB value is (190,53,87). Sum of RGB (Red+Green+Blue) = 190+53+87=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3557 is #41CAA8. Grayscale: #616161. Windows color (decimal): -4311721 or 5715390. OLE color: 5715390.

HSL color Cylindrical-coordinate representation of color #BE3557: hue angle of 345.11º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3557 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 53 87 -
CMYK 0 0.72 0.54 0.25
HSL 345.11º 0.56% 0.48% -
HSV(B) 345.11º 0.72% 0.75% -
XYZ 24.23 14.18 10.48 -
YUV 97.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 190 53 87 0 0.72 0.54 0.25 345.11 0.56 0.48
Hex BE 35 57 0 48 36 19 159 38 30
Octal 276 65 127 0 110 66 31 531 70 60
Binary 10111110 110101 1010111 0 1001000 110110 11001 101011001 111000 110000

Color Harmonies of #BE3557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3557

Black with #BE3557

Text Example


Text Example

White with #BE3557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3557; }

 p { color: rgb(190,53,87); }

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

background-color css

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

 a { background-color: rgb(190,53,87); }

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

border-color css

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

 span { border-color: rgb(190,53,87); }

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