Html Css Color HEX #BE3547 Old Rose

📋 copy color: '#BE3547'

red 190 ◦ green 53 ◦ blue 71

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

Shades of Old Rose #BE3547

Tints of Old Rose #BE3547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.61%

R = 60.51%
G = 16.88%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE3547 (or 0xBE3547) is known color: Old Rose. HEX triplet: BE, 35 and 47. RGB value is (190,53,71). Sum of RGB (Red+Green+Blue) = 190+53+71=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3547 is #41CAB8. Grayscale: #606060. Windows color (decimal): -4311737 or 4666814. OLE color: 4666814.

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

Color convert

RGB 190 53 71 -
CMYK 0 0.72 0.63 0.25
HSL 352.12º 0.56% 0.48% -
HSV(B) 352.12º 0.72% 0.75% -
XYZ 23.65 13.95 7.41 -
YUV 96.02 113.89 195.04 -
System Red Green Blue C M Y K H S L
Decimal 190 53 71 0 0.72 0.63 0.25 352.12 0.56 0.48
Hex BE 35 47 0 48 3F 19 160 38 30
Octal 276 65 107 0 110 77 31 540 70 60
Binary 10111110 110101 1000111 0 1001000 111111 11001 101100000 111000 110000

Color Harmonies of #BE3547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3547

Black with #BE3547

Text Example


Text Example

White with #BE3547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3547; }

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

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

background-color css

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

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

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

border-color css

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

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

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