Html Css Color HEX #BE3E5A Old Rose

📋 copy color: '#BE3E5A'

red 190 ◦ green 62 ◦ blue 90

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

Shades of Old Rose #BE3E5A

Tints of Old Rose #BE3E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.32%

R = 55.56%
G = 18.13%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE3E5A (or 0xBE3E5A) is known color: Old Rose. HEX triplet: BE, 3E and 5A. RGB value is (190,62,90). Sum of RGB (Red+Green+Blue) = 190+62+90=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E5A is #41C1A5. Grayscale: #676767. Windows color (decimal): -4309414 or 5914302. OLE color: 5914302.

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

Color convert

RGB 190 62 90 -
CMYK 0 0.67 0.53 0.25
HSL 346.88º 0.51% 0.49% -
HSV(B) 346.88º 0.67% 0.75% -
XYZ 24.8 15.13 11.29 -
YUV 103.46 120.41 189.72 -
System Red Green Blue C M Y K H S L
Decimal 190 62 90 0 0.67 0.53 0.25 346.88 0.51 0.49
Hex BE 3E 5A 0 43 35 19 15B 33 31
Octal 276 76 132 0 103 65 31 533 63 61
Binary 10111110 111110 1011010 0 1000011 110101 11001 101011011 110011 110001

Color Harmonies of #BE3E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E5A

Black with #BE3E5A

Text Example


Text Example

White with #BE3E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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