Html Css Color HEX #BE2259 Old Rose

📋 copy color: '#BE2259'

red 190 ◦ green 34 ◦ blue 89

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

Shades of Old Rose #BE2259

Tints of Old Rose #BE2259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.86%

 BLUE value IS 89 (35.16% from 255) = 28.43%

R = 60.7%
G = 10.86%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE2259 (or 0xBE2259) is known color: Old Rose. HEX triplet: BE, 22 and 59. RGB value is (190,34,89). Sum of RGB (Red+Green+Blue) = 190+34+89=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2259 is #41DDA6. Grayscale: #565656. Windows color (decimal): -4316583 or 5841598. OLE color: 5841598.

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

Color convert

RGB 190 34 89 -
CMYK 0 0.82 0.53 0.25
HSL 338.85º 0.7% 0.44% -
HSV(B) 338.85º 0.82% 0.75% -
XYZ 23.61 12.81 10.68 -
YUV 86.91 129.18 201.53 -
System Red Green Blue C M Y K H S L
Decimal 190 34 89 0 0.82 0.53 0.25 338.85 0.7 0.44
Hex BE 22 59 0 52 35 19 153 46 2C
Octal 276 42 131 0 122 65 31 523 106 54
Binary 10111110 100010 1011001 0 1010010 110101 11001 101010011 1000110 101100

Color Harmonies of #BE2259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2259

Black with #BE2259

Text Example


Text Example

White with #BE2259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2259; }

 p { color: rgb(190,34,89); }

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

background-color css

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

 a { background-color: rgb(190,34,89); }

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

border-color css

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

 span { border-color: rgb(190,34,89); }

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