Html Css Color HEX #BE1159 Jazzberry Jam

📋 copy color: '#BE1159'

red 190 ◦ green 17 ◦ blue 89

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

Shades of Jazzberry Jam #BE1159

Tints of Jazzberry Jam #BE1159

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.74%

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

R = 64.19%
G = 5.74%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE1159 (or 0xBE1159) is known color: Jazzberry Jam. HEX triplet: BE, 11 and 59. RGB value is (190,17,89). Sum of RGB (Red+Green+Blue) = 190+17+89=296 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.19% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1159 is #41EEA6. Grayscale: #4C4C4C. Windows color (decimal): -4320935 or 5837246. OLE color: 5837246.

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

Color convert

RGB 190 17 89 -
CMYK 0 0.91 0.53 0.25
HSL 335.03º 0.84% 0.41% -
HSV(B) 335.03º 0.91% 0.75% -
XYZ 23.24 12.07 10.56 -
YUV 76.94 134.81 208.65 -
System Red Green Blue C M Y K H S L
Decimal 190 17 89 0 0.91 0.53 0.25 335.03 0.84 0.41
Hex BE 11 59 0 5B 35 19 14F 54 29
Octal 276 21 131 0 133 65 31 517 124 51
Binary 10111110 10001 1011001 0 1011011 110101 11001 101001111 1010100 101001

Color Harmonies of #BE1159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1159

Black with #BE1159

Text Example


Text Example

White with #BE1159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1159; }

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

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

background-color css

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

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

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

border-color css

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

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

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