Html Css Color HEX #BE1759 Jazzberry Jam

📋 copy color: '#BE1759'

red 190 ◦ green 23 ◦ blue 89

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

Shades of Jazzberry Jam #BE1759

Tints of Jazzberry Jam #BE1759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.62%

 BLUE value IS 89 (35.16% from 255) = 29.47%

R = 62.91%
G = 7.62%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE1759 (or 0xBE1759) is known color: Jazzberry Jam. HEX triplet: BE, 17 and 59. RGB value is (190,23,89). Sum of RGB (Red+Green+Blue) = 190+23+89=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1759 is #41E8A6. Grayscale: #505050. Windows color (decimal): -4319399 or 5838782. OLE color: 5838782.

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

Color convert

RGB 190 23 89 -
CMYK 0 0.88 0.53 0.25
HSL 336.29º 0.78% 0.42% -
HSV(B) 336.29º 0.88% 0.75% -
XYZ 23.34 12.28 10.59 -
YUV 80.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 190 23 89 0 0.88 0.53 0.25 336.29 0.78 0.42
Hex BE 17 59 0 58 35 19 150 4E 2A
Octal 276 27 131 0 130 65 31 520 116 52
Binary 10111110 10111 1011001 0 1011000 110101 11001 101010000 1001110 101010

Color Harmonies of #BE1759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1759

Black with #BE1759

Text Example


Text Example

White with #BE1759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1759; }

 p { color: rgb(190,23,89); }

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

background-color css

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

 a { background-color: rgb(190,23,89); }

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

border-color css

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

 span { border-color: rgb(190,23,89); }

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