Html Css Color HEX #BE2665 Old Rose

📋 copy color: '#BE2665'

red 190 ◦ green 38 ◦ blue 101

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

Shades of Old Rose #BE2665

Tints of Old Rose #BE2665

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.55%

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

R = 57.75%
G = 11.55%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE2665 (or 0xBE2665) is known color: Old Rose. HEX triplet: BE, 26 and 65. RGB value is (190,38,101). Sum of RGB (Red+Green+Blue) = 190+38+101=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2665 is #41D99A. Grayscale: #5A5A5A. Windows color (decimal): -4315547 or 6629054. OLE color: 6629054.

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

Color convert

RGB 190 38 101 -
CMYK 0 0.8 0.47 0.25
HSL 335.13º 0.67% 0.45% -
HSV(B) 335.13º 0.8% 0.75% -
XYZ 24.28 13.27 13.59 -
YUV 90.63 133.86 198.88 -
System Red Green Blue C M Y K H S L
Decimal 190 38 101 0 0.8 0.47 0.25 335.13 0.67 0.45
Hex BE 26 65 0 50 2F 19 14F 43 2D
Octal 276 46 145 0 120 57 31 517 103 55
Binary 10111110 100110 1100101 0 1010000 101111 11001 101001111 1000011 101101

Color Harmonies of #BE2665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2665

Black with #BE2665

Text Example


Text Example

White with #BE2665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2665; }

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

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

background-color css

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

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

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

border-color css

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

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

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