Html Css Color HEX #BE0261 Jazzberry Jam

📋 copy color: '#BE0261'

red 190 ◦ green 2 ◦ blue 97

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

Shades of Jazzberry Jam #BE0261

Tints of Jazzberry Jam #BE0261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 65.74%
G = 0.69%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE0261 (or 0xBE0261) is known color: Jazzberry Jam. HEX triplet: BE, 02 and 61. RGB value is (190,2,97). Sum of RGB (Red+Green+Blue) = 190+2+97=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0261 is #41FD9E. Grayscale: #444444. Windows color (decimal): -4324767 or 6357694. OLE color: 6357694.

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

Color convert

RGB 190 2 97 -
CMYK 0 0.99 0.49 0.25
HSL 329.68º 0.98% 0.38% -
HSV(B) 329.68º 0.99% 0.75% -
XYZ 23.41 11.85 12.36 -
YUV 69.04 143.78 214.28 -
System Red Green Blue C M Y K H S L
Decimal 190 2 97 0 0.99 0.49 0.25 329.68 0.98 0.38
Hex BE 2 61 0 63 31 19 14A 62 26
Octal 276 2 141 0 143 61 31 512 142 46
Binary 10111110 10 1100001 0 1100011 110001 11001 101001010 1100010 100110

Color Harmonies of #BE0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0261

Black with #BE0261

Text Example


Text Example

White with #BE0261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0261; }

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

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

background-color css

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

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

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

border-color css

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

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

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