Html Css Color HEX #BE1A66 Jazzberry Jam

📋 copy color: '#BE1A66'

red 190 ◦ green 26 ◦ blue 102

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

Shades of Jazzberry Jam #BE1A66

Tints of Jazzberry Jam #BE1A66

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.18%

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

R = 59.75%
G = 8.18%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE1A66 (or 0xBE1A66) is known color: Jazzberry Jam. HEX triplet: BE, 1A and 66. RGB value is (190,26,102). Sum of RGB (Red+Green+Blue) = 190+26+102=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1A66 is #41E599. Grayscale: #535353. Windows color (decimal): -4318618 or 6691518. OLE color: 6691518.

HSL color Cylindrical-coordinate representation of color #BE1A66: hue angle of 332.2º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1A66 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 26 102 -
CMYK 0 0.86 0.46 0.25
HSL 332.2º 0.76% 0.42% -
HSV(B) 332.2º 0.86% 0.75% -
XYZ 24 12.65 13.75 -
YUV 83.7 138.33 203.82 -
System Red Green Blue C M Y K H S L
Decimal 190 26 102 0 0.86 0.46 0.25 332.2 0.76 0.42
Hex BE 1A 66 0 56 2E 19 14C 4C 2A
Octal 276 32 146 0 126 56 31 514 114 52
Binary 10111110 11010 1100110 0 1010110 101110 11001 101001100 1001100 101010

Color Harmonies of #BE1A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A66

Black with #BE1A66

Text Example


Text Example

White with #BE1A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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