Html Css Color HEX #BE0258 Jazzberry Jam

📋 copy color: '#BE0258'

red 190 ◦ green 2 ◦ blue 88

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

Shades of Jazzberry Jam #BE0258

Tints of Jazzberry Jam #BE0258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.43%

R = 67.86%
G = 0.71%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BE0258 (or 0xBE0258) is known color: Jazzberry Jam. HEX triplet: BE, 02 and 58. RGB value is (190,2,88). Sum of RGB (Red+Green+Blue) = 190+2+88=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0258 is #41FDA7. Grayscale: #434343. Windows color (decimal): -4324776 or 5767870. OLE color: 5767870.

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

Color convert

RGB 190 2 88 -
CMYK 0 0.99 0.54 0.25
HSL 332.55º 0.98% 0.38% -
HSV(B) 332.55º 0.99% 0.75% -
XYZ 23.02 11.7 10.28 -
YUV 68.02 139.28 215.01 -
System Red Green Blue C M Y K H S L
Decimal 190 2 88 0 0.99 0.54 0.25 332.55 0.98 0.38
Hex BE 2 58 0 63 36 19 14D 62 26
Octal 276 2 130 0 143 66 31 515 142 46
Binary 10111110 10 1011000 0 1100011 110110 11001 101001101 1100010 100110

Color Harmonies of #BE0258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0258

Black with #BE0258

Text Example


Text Example

White with #BE0258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0258; }

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

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

background-color css

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

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

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

border-color css

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

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

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