Html Css Color HEX #BE0256 Jazzberry Jam

📋 copy color: '#BE0256'

red 190 ◦ green 2 ◦ blue 86

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

Shades of Jazzberry Jam #BE0256

Tints of Jazzberry Jam #BE0256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.94%

R = 68.35%
G = 0.72%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE0256 (or 0xBE0256) is known color: Jazzberry Jam. HEX triplet: BE, 02 and 56. RGB value is (190,2,86). Sum of RGB (Red+Green+Blue) = 190+2+86=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0256 is #41FDA9. Grayscale: #434343. Windows color (decimal): -4324778 or 5636798. OLE color: 5636798.

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

Color convert

RGB 190 2 86 -
CMYK 0 0.99 0.55 0.25
HSL 333.19º 0.98% 0.38% -
HSV(B) 333.19º 0.99% 0.75% -
XYZ 22.94 11.66 9.85 -
YUV 67.79 138.28 215.17 -
System Red Green Blue C M Y K H S L
Decimal 190 2 86 0 0.99 0.55 0.25 333.19 0.98 0.38
Hex BE 2 56 0 63 37 19 14D 62 26
Octal 276 2 126 0 143 67 31 515 142 46
Binary 10111110 10 1010110 0 1100011 110111 11001 101001101 1100010 100110

Color Harmonies of #BE0256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0256

Black with #BE0256

Text Example


Text Example

White with #BE0256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0256; }

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

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

background-color css

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

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

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

border-color css

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

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

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