Html Css Color HEX #BE2A65 Old Rose

📋 copy color: '#BE2A65'

red 190 ◦ green 42 ◦ blue 101

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

Shades of Old Rose #BE2A65

Tints of Old Rose #BE2A65

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.61%

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

R = 57.06%
G = 12.61%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE2A65 (or 0xBE2A65) is known color: Old Rose. HEX triplet: BE, 2A and 65. RGB value is (190,42,101). Sum of RGB (Red+Green+Blue) = 190+42+101=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A65 is #41D59A. Grayscale: #5C5C5C. Windows color (decimal): -4314523 or 6630078. OLE color: 6630078.

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

Color convert

RGB 190 42 101 -
CMYK 0 0.78 0.47 0.25
HSL 336.08º 0.64% 0.45% -
HSV(B) 336.08º 0.78% 0.75% -
XYZ 24.41 13.54 13.64 -
YUV 92.98 132.53 197.2 -
System Red Green Blue C M Y K H S L
Decimal 190 42 101 0 0.78 0.47 0.25 336.08 0.64 0.45
Hex BE 2A 65 0 4E 2F 19 150 40 2D
Octal 276 52 145 0 116 57 31 520 100 55
Binary 10111110 101010 1100101 0 1001110 101111 11001 101010000 1000000 101101

Color Harmonies of #BE2A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2A65

Black with #BE2A65

Text Example


Text Example

White with #BE2A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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