Html Css Color HEX #BE0561 Jazzberry Jam

📋 copy color: '#BE0561'

red 190 ◦ green 5 ◦ blue 97

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

Shades of Jazzberry Jam #BE0561

Tints of Jazzberry Jam #BE0561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

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

R = 65.07%
G = 1.71%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE0561 (or 0xBE0561) is known color: Jazzberry Jam. HEX triplet: BE, 05 and 61. RGB value is (190,5,97). Sum of RGB (Red+Green+Blue) = 190+5+97=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0561 is #41FA9E. Grayscale: #464646. Windows color (decimal): -4323999 or 6358462. OLE color: 6358462.

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

Color convert

RGB 190 5 97 -
CMYK 0 0.97 0.49 0.25
HSL 330.16º 0.95% 0.38% -
HSV(B) 330.16º 0.97% 0.75% -
XYZ 23.45 11.92 12.37 -
YUV 70.8 142.79 213.02 -
System Red Green Blue C M Y K H S L
Decimal 190 5 97 0 0.97 0.49 0.25 330.16 0.95 0.38
Hex BE 5 61 0 61 31 19 14A 5F 26
Octal 276 5 141 0 141 61 31 512 137 46
Binary 10111110 101 1100001 0 1100001 110001 11001 101001010 1011111 100110

Color Harmonies of #BE0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0561

Black with #BE0561

Text Example


Text Example

White with #BE0561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0561; }

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

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

background-color css

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

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

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

border-color css

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

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

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