Html Css Color HEX #BE2652 Old Rose

📋 copy color: '#BE2652'

red 190 ◦ green 38 ◦ blue 82

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

Shades of Old Rose #BE2652

Tints of Old Rose #BE2652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.45%

R = 61.29%
G = 12.26%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE2652 (or 0xBE2652) is known color: Old Rose. HEX triplet: BE, 26 and 52. RGB value is (190,38,82). Sum of RGB (Red+Green+Blue) = 190+38+82=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2652 is #41D9AD. Grayscale: #585858. Windows color (decimal): -4315566 or 5383870. OLE color: 5383870.

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

Color convert

RGB 190 38 82 -
CMYK 0 0.8 0.57 0.25
HSL 342.63º 0.67% 0.45% -
HSV(B) 342.63º 0.8% 0.75% -
XYZ 23.45 12.94 9.24 -
YUV 88.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 190 38 82 0 0.8 0.57 0.25 342.63 0.67 0.45
Hex BE 26 52 0 50 39 19 157 43 2D
Octal 276 46 122 0 120 71 31 527 103 55
Binary 10111110 100110 1010010 0 1010000 111001 11001 101010111 1000011 101101

Color Harmonies of #BE2652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2652

Black with #BE2652

Text Example


Text Example

White with #BE2652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2652; }

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

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

background-color css

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

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

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

border-color css

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

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

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