Html Css Color HEX #BE1A62 Jazzberry Jam

📋 copy color: '#BE1A62'

red 190 ◦ green 26 ◦ blue 98

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

Shades of Jazzberry Jam #BE1A62

Tints of Jazzberry Jam #BE1A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 60.51%
G = 8.28%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE1A62 (or 0xBE1A62) is known color: Jazzberry Jam. HEX triplet: BE, 1A and 62. RGB value is (190,26,98). Sum of RGB (Red+Green+Blue) = 190+26+98=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1A62 is #41E59D. Grayscale: #535353. Windows color (decimal): -4318622 or 6429374. OLE color: 6429374.

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

Color convert

RGB 190 26 98 -
CMYK 0 0.86 0.48 0.25
HSL 333.66º 0.76% 0.42% -
HSV(B) 333.66º 0.86% 0.75% -
XYZ 23.81 12.57 12.73 -
YUV 83.24 136.33 204.15 -
System Red Green Blue C M Y K H S L
Decimal 190 26 98 0 0.86 0.48 0.25 333.66 0.76 0.42
Hex BE 1A 62 0 56 30 19 14E 4C 2A
Octal 276 32 142 0 126 60 31 516 114 52
Binary 10111110 11010 1100010 0 1010110 110000 11001 101001110 1001100 101010

Color Harmonies of #BE1A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A62

Black with #BE1A62

Text Example


Text Example

White with #BE1A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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