Html Css Color HEX #BE1864 Jazzberry Jam

📋 copy color: '#BE1864'

red 190 ◦ green 24 ◦ blue 100

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

Shades of Jazzberry Jam #BE1864

Tints of Jazzberry Jam #BE1864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.85%

R = 60.51%
G = 7.64%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE1864 (or 0xBE1864) is known color: Jazzberry Jam. HEX triplet: BE, 18 and 64. RGB value is (190,24,100). Sum of RGB (Red+Green+Blue) = 190+24+100=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1864 is #41E79B. Grayscale: #525252. Windows color (decimal): -4319132 or 6559934. OLE color: 6559934.

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

Color convert

RGB 190 24 100 -
CMYK 0 0.87 0.47 0.25
HSL 332.53º 0.78% 0.42% -
HSV(B) 332.53º 0.87% 0.75% -
XYZ 23.86 12.52 13.22 -
YUV 82.3 138 204.82 -
System Red Green Blue C M Y K H S L
Decimal 190 24 100 0 0.87 0.47 0.25 332.53 0.78 0.42
Hex BE 18 64 0 57 2F 19 14D 4E 2A
Octal 276 30 144 0 127 57 31 515 116 52
Binary 10111110 11000 1100100 0 1010111 101111 11001 101001101 1001110 101010

Color Harmonies of #BE1864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1864

Black with #BE1864

Text Example


Text Example

White with #BE1864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1864; }

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

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

background-color css

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

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

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

border-color css

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

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

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