Html Css Color HEX #BE1160 Jazzberry Jam

📋 copy color: '#BE1160'

red 190 ◦ green 17 ◦ blue 96

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

Shades of Jazzberry Jam #BE1160

Tints of Jazzberry Jam #BE1160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.68%

R = 62.71%
G = 5.61%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE1160 (or 0xBE1160) is known color: Jazzberry Jam. HEX triplet: BE, 11 and 60. RGB value is (190,17,96). Sum of RGB (Red+Green+Blue) = 190+17+96=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1160 is #41EE9F. Grayscale: #4D4D4D. Windows color (decimal): -4320928 or 6295998. OLE color: 6295998.

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

Color convert

RGB 190 17 96 -
CMYK 0 0.91 0.49 0.25
HSL 332.6º 0.84% 0.41% -
HSV(B) 332.6º 0.91% 0.75% -
XYZ 23.55 12.19 12.18 -
YUV 77.73 138.31 208.08 -
System Red Green Blue C M Y K H S L
Decimal 190 17 96 0 0.91 0.49 0.25 332.6 0.84 0.41
Hex BE 11 60 0 5B 31 19 14D 54 29
Octal 276 21 140 0 133 61 31 515 124 51
Binary 10111110 10001 1100000 0 1011011 110001 11001 101001101 1010100 101001

Color Harmonies of #BE1160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1160

Black with #BE1160

Text Example


Text Example

White with #BE1160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1160; }

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

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

background-color css

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

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

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

border-color css

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

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

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