Html Css Color HEX #BE2255 Old Rose

📋 copy color: '#BE2255'

red 190 ◦ green 34 ◦ blue 85

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

Shades of Old Rose #BE2255

Tints of Old Rose #BE2255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.51%

R = 61.49%
G = 11%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE2255 (or 0xBE2255) is known color: Old Rose. HEX triplet: BE, 22 and 55. RGB value is (190,34,85). Sum of RGB (Red+Green+Blue) = 190+34+85=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2255 is #41DDAA. Grayscale: #565656. Windows color (decimal): -4316587 or 5579454. OLE color: 5579454.

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

Color convert

RGB 190 34 85 -
CMYK 0 0.82 0.55 0.25
HSL 340.38º 0.7% 0.44% -
HSV(B) 340.38º 0.82% 0.75% -
XYZ 23.45 12.75 9.82 -
YUV 86.46 127.18 201.85 -
System Red Green Blue C M Y K H S L
Decimal 190 34 85 0 0.82 0.55 0.25 340.38 0.7 0.44
Hex BE 22 55 0 52 37 19 154 46 2C
Octal 276 42 125 0 122 67 31 524 106 54
Binary 10111110 100010 1010101 0 1010010 110111 11001 101010100 1000110 101100

Color Harmonies of #BE2255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2255

Black with #BE2255

Text Example


Text Example

White with #BE2255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2255; }

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

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

background-color css

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

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

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

border-color css

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

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

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