Html Css Color HEX #BE0658 Jazzberry Jam

📋 copy color: '#BE0658'

red 190 ◦ green 6 ◦ blue 88

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

Shades of Jazzberry Jam #BE0658

Tints of Jazzberry Jam #BE0658

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

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

R = 66.9%
G = 2.11%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BE0658 (or 0xBE0658) is known color: Jazzberry Jam. HEX triplet: BE, 06 and 58. RGB value is (190,6,88). Sum of RGB (Red+Green+Blue) = 190+6+88=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0658 is #41F9A7. Grayscale: #464646. Windows color (decimal): -4323752 or 5768894. OLE color: 5768894.

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

Color convert

RGB 190 6 88 -
CMYK 0 0.97 0.54 0.25
HSL 333.26º 0.94% 0.38% -
HSV(B) 333.26º 0.97% 0.75% -
XYZ 23.06 11.78 10.29 -
YUV 70.36 137.96 213.33 -
System Red Green Blue C M Y K H S L
Decimal 190 6 88 0 0.97 0.54 0.25 333.26 0.94 0.38
Hex BE 6 58 0 61 36 19 14D 5E 26
Octal 276 6 130 0 141 66 31 515 136 46
Binary 10111110 110 1011000 0 1100001 110110 11001 101001101 1011110 100110

Color Harmonies of #BE0658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0658

Black with #BE0658

Text Example


Text Example

White with #BE0658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0658; }

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

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

background-color css

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

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

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

border-color css

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

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

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