Html Css Color HEX #BE1464 Jazzberry Jam

📋 copy color: '#BE1464'

red 190 ◦ green 20 ◦ blue 100

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

Shades of Jazzberry Jam #BE1464

Tints of Jazzberry Jam #BE1464

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.45%

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

R = 61.29%
G = 6.45%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE1464 (or 0xBE1464) is known color: Jazzberry Jam. HEX triplet: BE, 14 and 64. RGB value is (190,20,100). Sum of RGB (Red+Green+Blue) = 190+20+100=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1464 is #41EB9B. Grayscale: #4F4F4F. Windows color (decimal): -4320156 or 6558910. OLE color: 6558910.

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

Color convert

RGB 190 20 100 -
CMYK 0 0.89 0.47 0.25
HSL 331.76º 0.81% 0.41% -
HSV(B) 331.76º 0.89% 0.75% -
XYZ 23.79 12.37 13.19 -
YUV 79.95 139.32 206.5 -
System Red Green Blue C M Y K H S L
Decimal 190 20 100 0 0.89 0.47 0.25 331.76 0.81 0.41
Hex BE 14 64 0 59 2F 19 14C 51 29
Octal 276 24 144 0 131 57 31 514 121 51
Binary 10111110 10100 1100100 0 1011001 101111 11001 101001100 1010001 101001

Color Harmonies of #BE1464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1464

Black with #BE1464

Text Example


Text Example

White with #BE1464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1464; }

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

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

background-color css

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

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

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

border-color css

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

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

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