Html Css Color HEX #BE0365 Jazzberry Jam

📋 copy color: '#BE0365'

red 190 ◦ green 3 ◦ blue 101

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

Shades of Jazzberry Jam #BE0365

Tints of Jazzberry Jam #BE0365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.35%

R = 64.63%
G = 1.02%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE0365 (or 0xBE0365) is known color: Jazzberry Jam. HEX triplet: BE, 03 and 65. RGB value is (190,3,101). Sum of RGB (Red+Green+Blue) = 190+3+101=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0365 is #41FC9A. Grayscale: #454545. Windows color (decimal): -4324507 or 6620094. OLE color: 6620094.

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

Color convert

RGB 190 3 101 -
CMYK 0 0.98 0.47 0.25
HSL 328.56º 0.97% 0.38% -
HSV(B) 328.56º 0.98% 0.75% -
XYZ 23.62 11.95 13.37 -
YUV 70.09 145.45 213.53 -
System Red Green Blue C M Y K H S L
Decimal 190 3 101 0 0.98 0.47 0.25 328.56 0.97 0.38
Hex BE 3 65 0 62 2F 19 149 61 26
Octal 276 3 145 0 142 57 31 511 141 46
Binary 10111110 11 1100101 0 1100010 101111 11001 101001001 1100001 100110

Color Harmonies of #BE0365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0365

Black with #BE0365

Text Example


Text Example

White with #BE0365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0365; }

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

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

background-color css

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

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

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

border-color css

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

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

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