Html Css Color HEX #BE1366 Jazzberry Jam

📋 copy color: '#BE1366'

red 190 ◦ green 19 ◦ blue 102

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

Shades of Jazzberry Jam #BE1366

Tints of Jazzberry Jam #BE1366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.11%

 BLUE value IS 102 (40.23% from 255) = 32.8%

R = 61.09%
G = 6.11%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE1366 (or 0xBE1366) is known color: Jazzberry Jam. HEX triplet: BE, 13 and 66. RGB value is (190,19,102). Sum of RGB (Red+Green+Blue) = 190+19+102=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1366 is #41EC99. Grayscale: #4F4F4F. Windows color (decimal): -4320410 or 6689726. OLE color: 6689726.

HSL color Cylindrical-coordinate representation of color #BE1366: hue angle of 330.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE1366 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 19 102 -
CMYK 0 0.90 0.46 0.25
HSL 330.88º 0.82% 0.41% -
HSV(B) 330.88º 0.9% 0.75% -
XYZ 23.87 12.37 13.7 -
YUV 79.59 140.65 206.75 -
System Red Green Blue C M Y K H S L
Decimal 190 19 102 0 0.90 0.46 0.25 330.88 0.82 0.41
Hex BE 13 66 0 5A 2E 19 14B 52 29
Octal 276 23 146 0 132 56 31 513 122 51
Binary 10111110 10011 1100110 0 1011010 101110 11001 101001011 1010010 101001

Color Harmonies of #BE1366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1366

Black with #BE1366

Text Example


Text Example

White with #BE1366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1366; }

 p { color: rgb(190,19,102); }

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

background-color css

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

 a { background-color: rgb(190,19,102); }

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

border-color css

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

 span { border-color: rgb(190,19,102); }

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