Html Css Color HEX #BE0262 Jazzberry Jam

📋 copy color: '#BE0262'

red 190 ◦ green 2 ◦ blue 98

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

Shades of Jazzberry Jam #BE0262

Tints of Jazzberry Jam #BE0262

RGB

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

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

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

R = 65.52%
G = 0.69%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE0262 (or 0xBE0262) is known color: Jazzberry Jam. HEX triplet: BE, 02 and 62. RGB value is (190,2,98). Sum of RGB (Red+Green+Blue) = 190+2+98=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0262 is #41FD9D. Grayscale: #444444. Windows color (decimal): -4324766 or 6423230. OLE color: 6423230.

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

Color convert

RGB 190 2 98 -
CMYK 0 0.99 0.48 0.25
HSL 329.36º 0.98% 0.38% -
HSV(B) 329.36º 0.99% 0.75% -
XYZ 23.46 11.87 12.61 -
YUV 69.16 144.28 214.19 -
System Red Green Blue C M Y K H S L
Decimal 190 2 98 0 0.99 0.48 0.25 329.36 0.98 0.38
Hex BE 2 62 0 63 30 19 149 62 26
Octal 276 2 142 0 143 60 31 511 142 46
Binary 10111110 10 1100010 0 1100011 110000 11001 101001001 1100010 100110

Color Harmonies of #BE0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0262

Black with #BE0262

Text Example


Text Example

White with #BE0262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0262; }

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

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

background-color css

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

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

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

border-color css

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

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

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