Html Css Color HEX #BE2465 Old Rose

📋 copy color: '#BE2465'

red 190 ◦ green 36 ◦ blue 101

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

Shades of Old Rose #BE2465

Tints of Old Rose #BE2465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.89%

R = 58.1%
G = 11.01%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE2465 (or 0xBE2465) is known color: Old Rose. HEX triplet: BE, 24 and 65. RGB value is (190,36,101). Sum of RGB (Red+Green+Blue) = 190+36+101=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2465 is #41DB9A. Grayscale: #595959. Windows color (decimal): -4316059 or 6628542. OLE color: 6628542.

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

Color convert

RGB 190 36 101 -
CMYK 0 0.81 0.47 0.25
HSL 334.68º 0.68% 0.44% -
HSV(B) 334.68º 0.81% 0.75% -
XYZ 24.22 13.15 13.57 -
YUV 89.46 134.52 199.71 -
System Red Green Blue C M Y K H S L
Decimal 190 36 101 0 0.81 0.47 0.25 334.68 0.68 0.44
Hex BE 24 65 0 51 2F 19 14F 44 2C
Octal 276 44 145 0 121 57 31 517 104 54
Binary 10111110 100100 1100101 0 1010001 101111 11001 101001111 1000100 101100

Color Harmonies of #BE2465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2465

Black with #BE2465

Text Example


Text Example

White with #BE2465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2465; }

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

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

background-color css

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

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

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

border-color css

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

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

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