Html Css Color HEX #BE355D Old Rose

📋 copy color: '#BE355D'

red 190 ◦ green 53 ◦ blue 93

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

Shades of Old Rose #BE355D

Tints of Old Rose #BE355D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 56.55%
G = 15.77%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE355D (or 0xBE355D) is known color: Old Rose. HEX triplet: BE, 35 and 5D. RGB value is (190,53,93). Sum of RGB (Red+Green+Blue) = 190+53+93=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE355D is #41CAA2. Grayscale: #626262. Windows color (decimal): -4311715 or 6108606. OLE color: 6108606.

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

Color convert

RGB 190 53 93 -
CMYK 0 0.72 0.51 0.25
HSL 342.48º 0.56% 0.48% -
HSV(B) 342.48º 0.72% 0.75% -
XYZ 24.48 14.28 11.82 -
YUV 98.52 124.89 193.25 -
System Red Green Blue C M Y K H S L
Decimal 190 53 93 0 0.72 0.51 0.25 342.48 0.56 0.48
Hex BE 35 5D 0 48 33 19 156 38 30
Octal 276 65 135 0 110 63 31 526 70 60
Binary 10111110 110101 1011101 0 1001000 110011 11001 101010110 111000 110000

Color Harmonies of #BE355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE355D

Black with #BE355D

Text Example


Text Example

White with #BE355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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