Html Css Color HEX #BE1A61 Jazzberry Jam

📋 copy color: '#BE1A61'

red 190 ◦ green 26 ◦ blue 97

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

Shades of Jazzberry Jam #BE1A61

Tints of Jazzberry Jam #BE1A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 60.7%
G = 8.31%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE1A61 (or 0xBE1A61) is known color: Jazzberry Jam. HEX triplet: BE, 1A and 61. RGB value is (190,26,97). Sum of RGB (Red+Green+Blue) = 190+26+97=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1A61 is #41E59E. Grayscale: #535353. Windows color (decimal): -4318623 or 6363838. OLE color: 6363838.

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

Color convert

RGB 190 26 97 -
CMYK 0 0.86 0.49 0.25
HSL 334.02º 0.76% 0.42% -
HSV(B) 334.02º 0.86% 0.75% -
XYZ 23.76 12.55 12.48 -
YUV 83.13 135.83 204.23 -
System Red Green Blue C M Y K H S L
Decimal 190 26 97 0 0.86 0.49 0.25 334.02 0.76 0.42
Hex BE 1A 61 0 56 31 19 14E 4C 2A
Octal 276 32 141 0 126 61 31 516 114 52
Binary 10111110 11010 1100001 0 1010110 110001 11001 101001110 1001100 101010

Color Harmonies of #BE1A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A61

Black with #BE1A61

Text Example


Text Example

White with #BE1A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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