Html Css Color HEX #BE1468 Jazzberry Jam

📋 copy color: '#BE1468'

red 190 ◦ green 20 ◦ blue 104

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

Shades of Jazzberry Jam #BE1468

Tints of Jazzberry Jam #BE1468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.12%

R = 60.51%
G = 6.37%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE1468 (or 0xBE1468) is known color: Jazzberry Jam. HEX triplet: BE, 14 and 68. RGB value is (190,20,104). Sum of RGB (Red+Green+Blue) = 190+20+104=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1468 is #41EB97. Grayscale: #505050. Windows color (decimal): -4320152 or 6821054. OLE color: 6821054.

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

Color convert

RGB 190 20 104 -
CMYK 0 0.89 0.45 0.25
HSL 330.35º 0.81% 0.41% -
HSV(B) 330.35º 0.89% 0.75% -
XYZ 23.98 12.45 14.24 -
YUV 80.41 141.32 206.17 -
System Red Green Blue C M Y K H S L
Decimal 190 20 104 0 0.89 0.45 0.25 330.35 0.81 0.41
Hex BE 14 68 0 59 2D 19 14A 51 29
Octal 276 24 150 0 131 55 31 512 121 51
Binary 10111110 10100 1101000 0 1011001 101101 11001 101001010 1010001 101001

Color Harmonies of #BE1468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1468

Black with #BE1468

Text Example


Text Example

White with #BE1468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1468; }

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

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

background-color css

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

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

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

border-color css

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

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

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