Html Css Color HEX #BE0668 Jazzberry Jam

📋 copy color: '#BE0668'

red 190 ◦ green 6 ◦ blue 104

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

Shades of Jazzberry Jam #BE0668

Tints of Jazzberry Jam #BE0668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.67%

R = 63.33%
G = 2%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE0668 (or 0xBE0668) is known color: Jazzberry Jam. HEX triplet: BE, 06 and 68. RGB value is (190,6,104). Sum of RGB (Red+Green+Blue) = 190+6+104=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0668 is #41F997. Grayscale: #474747. Windows color (decimal): -4323736 or 6817470. OLE color: 6817470.

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

Color convert

RGB 190 6 104 -
CMYK 0 0.97 0.45 0.25
HSL 328.04º 0.94% 0.38% -
HSV(B) 328.04º 0.97% 0.75% -
XYZ 23.8 12.08 14.17 -
YUV 72.19 145.96 212.03 -
System Red Green Blue C M Y K H S L
Decimal 190 6 104 0 0.97 0.45 0.25 328.04 0.94 0.38
Hex BE 6 68 0 61 2D 19 148 5E 26
Octal 276 6 150 0 141 55 31 510 136 46
Binary 10111110 110 1101000 0 1100001 101101 11001 101001000 1011110 100110

Color Harmonies of #BE0668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0668

Black with #BE0668

Text Example


Text Example

White with #BE0668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0668; }

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

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

background-color css

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

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

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

border-color css

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

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

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