Html Css Color HEX #BE2646 Old Rose

📋 copy color: '#BE2646'

red 190 ◦ green 38 ◦ blue 70

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

Shades of Old Rose #BE2646

Tints of Old Rose #BE2646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.49%

R = 63.76%
G = 12.75%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE2646 (or 0xBE2646) is known color: Old Rose. HEX triplet: BE, 26 and 46. RGB value is (190,38,70). Sum of RGB (Red+Green+Blue) = 190+38+70=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2646 is #41D9B9. Grayscale: #575757. Windows color (decimal): -4315578 or 4597438. OLE color: 4597438.

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

Color convert

RGB 190 38 70 -
CMYK 0 0.8 0.63 0.25
HSL 347.37º 0.67% 0.45% -
HSV(B) 347.37º 0.8% 0.75% -
XYZ 23.03 12.78 7.05 -
YUV 87.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 190 38 70 0 0.8 0.63 0.25 347.37 0.67 0.45
Hex BE 26 46 0 50 3F 19 15B 43 2D
Octal 276 46 106 0 120 77 31 533 103 55
Binary 10111110 100110 1000110 0 1010000 111111 11001 101011011 1000011 101101

Color Harmonies of #BE2646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2646

Black with #BE2646

Text Example


Text Example

White with #BE2646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2646; }

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

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

background-color css

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

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

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

border-color css

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

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

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