Html Css Color HEX #BE3162 Old Rose

📋 copy color: '#BE3162'

red 190 ◦ green 49 ◦ blue 98

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

Shades of Old Rose #BE3162

Tints of Old Rose #BE3162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.54%

 BLUE value IS 98 (38.67% from 255) = 29.08%

R = 56.38%
G = 14.54%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE3162 (or 0xBE3162) is known color: Old Rose. HEX triplet: BE, 31 and 62. RGB value is (190,49,98). Sum of RGB (Red+Green+Blue) = 190+49+98=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3162 is #41CE9D. Grayscale: #606060. Windows color (decimal): -4312734 or 6435262. OLE color: 6435262.

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

Color convert

RGB 190 49 98 -
CMYK 0 0.74 0.48 0.25
HSL 339.15º 0.59% 0.47% -
HSV(B) 339.15º 0.74% 0.75% -
XYZ 24.54 14.03 12.97 -
YUV 96.75 128.71 194.52 -
System Red Green Blue C M Y K H S L
Decimal 190 49 98 0 0.74 0.48 0.25 339.15 0.59 0.47
Hex BE 31 62 0 4A 30 19 153 3B 2F
Octal 276 61 142 0 112 60 31 523 73 57
Binary 10111110 110001 1100010 0 1001010 110000 11001 101010011 111011 101111

Color Harmonies of #BE3162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3162

Black with #BE3162

Text Example


Text Example

White with #BE3162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3162; }

 p { color: rgb(190,49,98); }

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

background-color css

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

 a { background-color: rgb(190,49,98); }

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

border-color css

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

 span { border-color: rgb(190,49,98); }

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