Html Css Color HEX #BE245E Old Rose

📋 copy color: '#BE245E'

red 190 ◦ green 36 ◦ blue 94

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

Shades of Old Rose #BE245E

Tints of Old Rose #BE245E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.25%

 BLUE value IS 94 (37.11% from 255) = 29.38%

R = 59.38%
G = 11.25%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE245E (or 0xBE245E) is known color: Old Rose. HEX triplet: BE, 24 and 5E. RGB value is (190,36,94). Sum of RGB (Red+Green+Blue) = 190+36+94=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE245E is #41DBA1. Grayscale: #585858. Windows color (decimal): -4316066 or 6169790. OLE color: 6169790.

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

Color convert

RGB 190 36 94 -
CMYK 0 0.81 0.51 0.25
HSL 337.4º 0.68% 0.44% -
HSV(B) 337.4º 0.81% 0.75% -
XYZ 23.89 13.02 11.84 -
YUV 88.66 131.02 200.28 -
System Red Green Blue C M Y K H S L
Decimal 190 36 94 0 0.81 0.51 0.25 337.4 0.68 0.44
Hex BE 24 5E 0 51 33 19 151 44 2C
Octal 276 44 136 0 121 63 31 521 104 54
Binary 10111110 100100 1011110 0 1010001 110011 11001 101010001 1000100 101100

Color Harmonies of #BE245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE245E

Black with #BE245E

Text Example


Text Example

White with #BE245E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE245E; }

 p { color: rgb(190,36,94); }

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

background-color css

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

 a { background-color: rgb(190,36,94); }

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

border-color css

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

 span { border-color: rgb(190,36,94); }

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