Html Css Color HEX #BE0362 Jazzberry Jam

📋 copy color: '#BE0362'

red 190 ◦ green 3 ◦ blue 98

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

Shades of Jazzberry Jam #BE0362

Tints of Jazzberry Jam #BE0362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

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

R = 65.29%
G = 1.03%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE0362 (or 0xBE0362) is known color: Jazzberry Jam. HEX triplet: BE, 03 and 62. RGB value is (190,3,98). Sum of RGB (Red+Green+Blue) = 190+3+98=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0362 is #41FC9D. Grayscale: #454545. Windows color (decimal): -4324510 or 6423486. OLE color: 6423486.

HSL color Cylindrical-coordinate representation of color #BE0362: hue angle of 329.52º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE0362 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 3 98 -
CMYK 0 0.98 0.48 0.25
HSL 329.52º 0.97% 0.38% -
HSV(B) 329.52º 0.98% 0.75% -
XYZ 23.47 11.89 12.61 -
YUV 69.74 143.95 213.78 -
System Red Green Blue C M Y K H S L
Decimal 190 3 98 0 0.98 0.48 0.25 329.52 0.97 0.38
Hex BE 3 62 0 62 30 19 14A 61 26
Octal 276 3 142 0 142 60 31 512 141 46
Binary 10111110 11 1100010 0 1100010 110000 11001 101001010 1100001 100110

Color Harmonies of #BE0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0362

Black with #BE0362

Text Example


Text Example

White with #BE0362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0362; }

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

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

background-color css

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

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

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

border-color css

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

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

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