Html Css Color HEX #BE3553 Old Rose

📋 copy color: '#BE3553'

red 190 ◦ green 53 ◦ blue 83

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

Shades of Old Rose #BE3553

Tints of Old Rose #BE3553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.46%

R = 58.28%
G = 16.26%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE3553 (or 0xBE3553) is known color: Old Rose. HEX triplet: BE, 35 and 53. RGB value is (190,53,83). Sum of RGB (Red+Green+Blue) = 190+53+83=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3553 is #41CAAC. Grayscale: #616161. Windows color (decimal): -4311725 or 5453246. OLE color: 5453246.

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

Color convert

RGB 190 53 83 -
CMYK 0 0.72 0.56 0.25
HSL 346.86º 0.56% 0.48% -
HSV(B) 346.86º 0.72% 0.75% -
XYZ 24.07 14.12 9.64 -
YUV 97.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 190 53 83 0 0.72 0.56 0.25 346.86 0.56 0.48
Hex BE 35 53 0 48 38 19 15B 38 30
Octal 276 65 123 0 110 70 31 533 70 60
Binary 10111110 110101 1010011 0 1001000 111000 11001 101011011 111000 110000

Color Harmonies of #BE3553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3553

Black with #BE3553

Text Example


Text Example

White with #BE3553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3553; }

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

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

background-color css

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

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

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

border-color css

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

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

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