Html Css Color HEX #BE3E51 Old Rose

📋 copy color: '#BE3E51'

red 190 ◦ green 62 ◦ blue 81

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

Shades of Old Rose #BE3E51

Tints of Old Rose #BE3E51

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.62%

 BLUE value IS 81 (32.03% from 255) = 24.32%

R = 57.06%
G = 18.62%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE3E51 (or 0xBE3E51) is known color: Old Rose. HEX triplet: BE, 3E and 51. RGB value is (190,62,81). Sum of RGB (Red+Green+Blue) = 190+62+81=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E51 is #41C1AE. Grayscale: #666666. Windows color (decimal): -4309423 or 5324478. OLE color: 5324478.

HSL color Cylindrical-coordinate representation of color #BE3E51: hue angle of 351.09º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3E51 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 62 81 -
CMYK 0 0.67 0.57 0.25
HSL 351.09º 0.51% 0.49% -
HSV(B) 351.09º 0.67% 0.75% -
XYZ 24.44 14.99 9.39 -
YUV 102.44 115.91 190.46 -
System Red Green Blue C M Y K H S L
Decimal 190 62 81 0 0.67 0.57 0.25 351.09 0.51 0.49
Hex BE 3E 51 0 43 39 19 15F 33 31
Octal 276 76 121 0 103 71 31 537 63 61
Binary 10111110 111110 1010001 0 1000011 111001 11001 101011111 110011 110001

Color Harmonies of #BE3E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E51

Black with #BE3E51

Text Example


Text Example

White with #BE3E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E51; }

 p { color: rgb(190,62,81); }

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

background-color css

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

 a { background-color: rgb(190,62,81); }

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

border-color css

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

 span { border-color: rgb(190,62,81); }

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