Html Css Color HEX #BE0358 Jazzberry Jam

📋 copy color: '#BE0358'

red 190 ◦ green 3 ◦ blue 88

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

Shades of Jazzberry Jam #BE0358

Tints of Jazzberry Jam #BE0358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.32%

R = 67.62%
G = 1.07%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BE0358 (or 0xBE0358) is known color: Jazzberry Jam. HEX triplet: BE, 03 and 58. RGB value is (190,3,88). Sum of RGB (Red+Green+Blue) = 190+3+88=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0358 is #41FCA7. Grayscale: #444444. Windows color (decimal): -4324520 or 5768126. OLE color: 5768126.

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

Color convert

RGB 190 3 88 -
CMYK 0 0.98 0.54 0.25
HSL 332.73º 0.97% 0.38% -
HSV(B) 332.73º 0.98% 0.75% -
XYZ 23.03 11.72 10.28 -
YUV 68.6 138.95 214.59 -
System Red Green Blue C M Y K H S L
Decimal 190 3 88 0 0.98 0.54 0.25 332.73 0.97 0.38
Hex BE 3 58 0 62 36 19 14D 61 26
Octal 276 3 130 0 142 66 31 515 141 46
Binary 10111110 11 1011000 0 1100010 110110 11001 101001101 1100001 100110

Color Harmonies of #BE0358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0358

Black with #BE0358

Text Example


Text Example

White with #BE0358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0358; }

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

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

background-color css

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

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

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

border-color css

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

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

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