Html Css Color HEX #BE1963 Jazzberry Jam

📋 copy color: '#BE1963'

red 190 ◦ green 25 ◦ blue 99

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

Shades of Jazzberry Jam #BE1963

Tints of Jazzberry Jam #BE1963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.96%

 BLUE value IS 99 (39.06% from 255) = 31.53%

R = 60.51%
G = 7.96%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE1963 (or 0xBE1963) is known color: Jazzberry Jam. HEX triplet: BE, 19 and 63. RGB value is (190,25,99). Sum of RGB (Red+Green+Blue) = 190+25+99=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1963 is #41E69C. Grayscale: #525252. Windows color (decimal): -4318877 or 6494654. OLE color: 6494654.

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

Color convert

RGB 190 25 99 -
CMYK 0 0.87 0.48 0.25
HSL 333.09º 0.77% 0.42% -
HSV(B) 333.09º 0.87% 0.75% -
XYZ 23.83 12.54 12.97 -
YUV 82.77 137.16 204.48 -
System Red Green Blue C M Y K H S L
Decimal 190 25 99 0 0.87 0.48 0.25 333.09 0.77 0.42
Hex BE 19 63 0 57 30 19 14D 4D 2A
Octal 276 31 143 0 127 60 31 515 115 52
Binary 10111110 11001 1100011 0 1010111 110000 11001 101001101 1001101 101010

Color Harmonies of #BE1963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1963

Black with #BE1963

Text Example


Text Example

White with #BE1963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1963; }

 p { color: rgb(190,25,99); }

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

background-color css

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

 a { background-color: rgb(190,25,99); }

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

border-color css

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

 span { border-color: rgb(190,25,99); }

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