Html Css Color HEX #BE0355 Jazzberry Jam

📋 copy color: '#BE0355'

red 190 ◦ green 3 ◦ blue 85

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

Shades of Jazzberry Jam #BE0355

Tints of Jazzberry Jam #BE0355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 68.35%
G = 1.08%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE0355 (or 0xBE0355) is known color: Jazzberry Jam. HEX triplet: BE, 03 and 55. RGB value is (190,3,85). Sum of RGB (Red+Green+Blue) = 190+3+85=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0355 is #41FCAA. Grayscale: #444444. Windows color (decimal): -4324523 or 5571518. OLE color: 5571518.

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

Color convert

RGB 190 3 85 -
CMYK 0 0.98 0.55 0.25
HSL 333.69º 0.97% 0.38% -
HSV(B) 333.69º 0.98% 0.75% -
XYZ 22.91 11.67 9.64 -
YUV 68.26 137.45 214.83 -
System Red Green Blue C M Y K H S L
Decimal 190 3 85 0 0.98 0.55 0.25 333.69 0.97 0.38
Hex BE 3 55 0 62 37 19 14E 61 26
Octal 276 3 125 0 142 67 31 516 141 46
Binary 10111110 11 1010101 0 1100010 110111 11001 101001110 1100001 100110

Color Harmonies of #BE0355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0355

Black with #BE0355

Text Example


Text Example

White with #BE0355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0355; }

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

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

background-color css

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

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

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

border-color css

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

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

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