Html Css Color HEX #BE2257 Old Rose

📋 copy color: '#BE2257'

red 190 ◦ green 34 ◦ blue 87

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

Shades of Old Rose #BE2257

Tints of Old Rose #BE2257

RGB

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

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

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

R = 61.09%
G = 10.93%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BE2257 (or 0xBE2257) is known color: Old Rose. HEX triplet: BE, 22 and 57. RGB value is (190,34,87). Sum of RGB (Red+Green+Blue) = 190+34+87=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2257 is #41DDA8. Grayscale: #565656. Windows color (decimal): -4316585 or 5710526. OLE color: 5710526.

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

Color convert

RGB 190 34 87 -
CMYK 0 0.82 0.54 0.25
HSL 339.62º 0.7% 0.44% -
HSV(B) 339.62º 0.82% 0.75% -
XYZ 23.53 12.78 10.24 -
YUV 86.69 128.18 201.69 -
System Red Green Blue C M Y K H S L
Decimal 190 34 87 0 0.82 0.54 0.25 339.62 0.7 0.44
Hex BE 22 57 0 52 36 19 154 46 2C
Octal 276 42 127 0 122 66 31 524 106 54
Binary 10111110 100010 1010111 0 1010010 110110 11001 101010100 1000110 101100

Color Harmonies of #BE2257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2257

Black with #BE2257

Text Example


Text Example

White with #BE2257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2257; }

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

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

background-color css

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

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

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

border-color css

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

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

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