Html Css Color HEX #BE2755 Old Rose

📋 copy color: '#BE2755'

red 190 ◦ green 39 ◦ blue 85

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

Shades of Old Rose #BE2755

Tints of Old Rose #BE2755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.42%

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

R = 60.51%
G = 12.42%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE2755 (or 0xBE2755) is known color: Old Rose. HEX triplet: BE, 27 and 55. RGB value is (190,39,85). Sum of RGB (Red+Green+Blue) = 190+39+85=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2755 is #41D8AA. Grayscale: #595959. Windows color (decimal): -4315307 or 5580734. OLE color: 5580734.

HSL color Cylindrical-coordinate representation of color #BE2755: hue angle of 341.72º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2755 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 39 85 -
CMYK 0 0.79 0.55 0.25
HSL 341.72º 0.66% 0.45% -
HSV(B) 341.72º 0.79% 0.75% -
XYZ 23.6 13.05 9.87 -
YUV 89.39 125.53 199.76 -
System Red Green Blue C M Y K H S L
Decimal 190 39 85 0 0.79 0.55 0.25 341.72 0.66 0.45
Hex BE 27 55 0 4F 37 19 156 42 2D
Octal 276 47 125 0 117 67 31 526 102 55
Binary 10111110 100111 1010101 0 1001111 110111 11001 101010110 1000010 101101

Color Harmonies of #BE2755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2755

Black with #BE2755

Text Example


Text Example

White with #BE2755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2755; }

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

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

background-color css

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

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

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

border-color css

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

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

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