Html Css Color HEX #BE215B Old Rose

📋 copy color: '#BE215B'

red 190 ◦ green 33 ◦ blue 91

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

Shades of Old Rose #BE215B

Tints of Old Rose #BE215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.51%

 BLUE value IS 91 (35.94% from 255) = 28.98%

R = 60.51%
G = 10.51%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE215B (or 0xBE215B) is known color: Old Rose. HEX triplet: BE, 21 and 5B. RGB value is (190,33,91). Sum of RGB (Red+Green+Blue) = 190+33+91=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE215B is #41DEA4. Grayscale: #565656. Windows color (decimal): -4316837 or 5972414. OLE color: 5972414.

HSL color Cylindrical-coordinate representation of color #BE215B: hue angle of 337.83º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE215B is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 33 91 -
CMYK 0 0.83 0.52 0.25
HSL 337.83º 0.7% 0.44% -
HSV(B) 337.83º 0.83% 0.75% -
XYZ 23.67 12.79 11.12 -
YUV 86.56 130.51 201.78 -
System Red Green Blue C M Y K H S L
Decimal 190 33 91 0 0.83 0.52 0.25 337.83 0.7 0.44
Hex BE 21 5B 0 53 34 19 152 46 2C
Octal 276 41 133 0 123 64 31 522 106 54
Binary 10111110 100001 1011011 0 1010011 110100 11001 101010010 1000110 101100

Color Harmonies of #BE215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE215B

Black with #BE215B

Text Example


Text Example

White with #BE215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE215B; }

 p { color: rgb(190,33,91); }

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

background-color css

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

 a { background-color: rgb(190,33,91); }

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

border-color css

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

 span { border-color: rgb(190,33,91); }

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