Html Css Color HEX #BE1863 Jazzberry Jam

📋 copy color: '#BE1863'

red 190 ◦ green 24 ◦ blue 99

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

Shades of Jazzberry Jam #BE1863

Tints of Jazzberry Jam #BE1863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.67%

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

R = 60.7%
G = 7.67%
B = 31.63%

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

#BE1863 (or 0xBE1863) is known color: Jazzberry Jam. HEX triplet: BE, 18 and 63. RGB value is (190,24,99). Sum of RGB (Red+Green+Blue) = 190+24+99=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1863 is #41E79C. Grayscale: #525252. Windows color (decimal): -4319133 or 6494398. OLE color: 6494398.

HSL color Cylindrical-coordinate representation of color #BE1863: hue angle of 332.89º degrees, saturation: 0.78, 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 #BE1863 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 24 99 -
CMYK 0 0.87 0.48 0.25
HSL 332.89º 0.78% 0.42% -
HSV(B) 332.89º 0.87% 0.75% -
XYZ 23.81 12.5 12.96 -
YUV 82.18 137.5 204.9 -
System Red Green Blue C M Y K H S L
Decimal 190 24 99 0 0.87 0.48 0.25 332.89 0.78 0.42
Hex BE 18 63 0 57 30 19 14D 4E 2A
Octal 276 30 143 0 127 60 31 515 116 52
Binary 10111110 11000 1100011 0 1010111 110000 11001 101001101 1001110 101010

Color Harmonies of #BE1863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1863

Black with #BE1863

Text Example


Text Example

White with #BE1863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1863; }

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

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

background-color css

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

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

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

border-color css

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

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

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