Html Css Color HEX #BE0350 Jazzberry Jam

📋 copy color: '#BE0350'

red 190 ◦ green 3 ◦ blue 80

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

Shades of Jazzberry Jam #BE0350

Tints of Jazzberry Jam #BE0350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.3%

R = 69.6%
G = 1.1%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE0350 (or 0xBE0350) is known color: Jazzberry Jam. HEX triplet: BE, 03 and 50. RGB value is (190,3,80). Sum of RGB (Red+Green+Blue) = 190+3+80=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0350 is #41FCAF. Grayscale: #434343. Windows color (decimal): -4324528 or 5243838. OLE color: 5243838.

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

Color convert

RGB 190 3 80 -
CMYK 0 0.98 0.58 0.25
HSL 335.29º 0.97% 0.38% -
HSV(B) 335.29º 0.98% 0.75% -
XYZ 22.72 11.59 8.63 -
YUV 67.69 134.95 215.24 -
System Red Green Blue C M Y K H S L
Decimal 190 3 80 0 0.98 0.58 0.25 335.29 0.97 0.38
Hex BE 3 50 0 62 3A 19 14F 61 26
Octal 276 3 120 0 142 72 31 517 141 46
Binary 10111110 11 1010000 0 1100010 111010 11001 101001111 1100001 100110

Color Harmonies of #BE0350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0350

Black with #BE0350

Text Example


Text Example

White with #BE0350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0350; }

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

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

background-color css

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

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

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

border-color css

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

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

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