Html Css Color HEX #BE1569 Jazzberry Jam

📋 copy color: '#BE1569'

red 190 ◦ green 21 ◦ blue 105

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

Shades of Jazzberry Jam #BE1569

Tints of Jazzberry Jam #BE1569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.65%

 BLUE value IS 105 (41.41% from 255) = 33.23%

R = 60.13%
G = 6.65%
B = 33.23%

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

#BE1569 (or 0xBE1569) is known color: Jazzberry Jam. HEX triplet: BE, 15 and 69. RGB value is (190,21,105). Sum of RGB (Red+Green+Blue) = 190+21+105=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1569 is #41EA96. Grayscale: #505050. Windows color (decimal): -4319895 or 6886846. OLE color: 6886846.

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

Color convert

RGB 190 21 105 -
CMYK 0 0.89 0.45 0.25
HSL 330.18º 0.8% 0.41% -
HSV(B) 330.18º 0.89% 0.75% -
XYZ 24.05 12.5 14.51 -
YUV 81.11 141.49 205.67 -
System Red Green Blue C M Y K H S L
Decimal 190 21 105 0 0.89 0.45 0.25 330.18 0.8 0.41
Hex BE 15 69 0 59 2D 19 14A 50 29
Octal 276 25 151 0 131 55 31 512 120 51
Binary 10111110 10101 1101001 0 1011001 101101 11001 101001010 1010000 101001

Color Harmonies of #BE1569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1569

Black with #BE1569

Text Example


Text Example

White with #BE1569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1569; }

 p { color: rgb(190,21,105); }

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

background-color css

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

 a { background-color: rgb(190,21,105); }

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

border-color css

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

 span { border-color: rgb(190,21,105); }

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