Html Css Color HEX #BE3E57 Old Rose

📋 copy color: '#BE3E57'

red 190 ◦ green 62 ◦ blue 87

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

Shades of Old Rose #BE3E57

Tints of Old Rose #BE3E57

RGB

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

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

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

R = 56.05%
G = 18.29%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BE3E57 (or 0xBE3E57) is known color: Old Rose. HEX triplet: BE, 3E and 57. RGB value is (190,62,87). Sum of RGB (Red+Green+Blue) = 190+62+87=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E57 is #41C1A8. Grayscale: #676767. Windows color (decimal): -4309417 or 5717694. OLE color: 5717694.

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

Color convert

RGB 190 62 87 -
CMYK 0 0.67 0.54 0.25
HSL 348.28º 0.51% 0.49% -
HSV(B) 348.28º 0.67% 0.75% -
XYZ 24.68 15.08 10.63 -
YUV 103.12 118.91 189.97 -
System Red Green Blue C M Y K H S L
Decimal 190 62 87 0 0.67 0.54 0.25 348.28 0.51 0.49
Hex BE 3E 57 0 43 36 19 15C 33 31
Octal 276 76 127 0 103 66 31 534 63 61
Binary 10111110 111110 1010111 0 1000011 110110 11001 101011100 110011 110001

Color Harmonies of #BE3E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E57

Black with #BE3E57

Text Example


Text Example

White with #BE3E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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