Html Css Color HEX #BE0255 Jazzberry Jam

📋 copy color: '#BE0255'

red 190 ◦ green 2 ◦ blue 85

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

Shades of Jazzberry Jam #BE0255

Tints of Jazzberry Jam #BE0255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.69%

R = 68.59%
G = 0.72%
B = 30.69%

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

#BE0255 (or 0xBE0255) is known color: Jazzberry Jam. HEX triplet: BE, 02 and 55. RGB value is (190,2,85). Sum of RGB (Red+Green+Blue) = 190+2+85=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0255 is #41FDAA. Grayscale: #434343. Windows color (decimal): -4324779 or 5571262. OLE color: 5571262.

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

Color convert

RGB 190 2 85 -
CMYK 0 0.99 0.55 0.25
HSL 333.51º 0.98% 0.38% -
HSV(B) 333.51º 0.99% 0.75% -
XYZ 22.9 11.65 9.64 -
YUV 67.67 137.78 215.25 -
System Red Green Blue C M Y K H S L
Decimal 190 2 85 0 0.99 0.55 0.25 333.51 0.98 0.38
Hex BE 2 55 0 63 37 19 14E 62 26
Octal 276 2 125 0 143 67 31 516 142 46
Binary 10111110 10 1010101 0 1100011 110111 11001 101001110 1100010 100110

Color Harmonies of #BE0255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0255

Black with #BE0255

Text Example


Text Example

White with #BE0255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0255; }

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

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

background-color css

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

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

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

border-color css

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

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

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