Html Css Color HEX #BE0669 Jazzberry Jam

📋 copy color: '#BE0669'

red 190 ◦ green 6 ◦ blue 105

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

Shades of Jazzberry Jam #BE0669

Tints of Jazzberry Jam #BE0669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 63.12%
G = 1.99%
B = 34.88%

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

#BE0669 (or 0xBE0669) is known color: Jazzberry Jam. HEX triplet: BE, 06 and 69. RGB value is (190,6,105). Sum of RGB (Red+Green+Blue) = 190+6+105=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0669 is #41F996. Grayscale: #484848. Windows color (decimal): -4323735 or 6883006. OLE color: 6883006.

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

Color convert

RGB 190 6 105 -
CMYK 0 0.97 0.45 0.25
HSL 327.72º 0.94% 0.38% -
HSV(B) 327.72º 0.97% 0.75% -
XYZ 23.85 12.1 14.44 -
YUV 72.3 146.46 211.95 -
System Red Green Blue C M Y K H S L
Decimal 190 6 105 0 0.97 0.45 0.25 327.72 0.94 0.38
Hex BE 6 69 0 61 2D 19 148 5E 26
Octal 276 6 151 0 141 55 31 510 136 46
Binary 10111110 110 1101001 0 1100001 101101 11001 101001000 1011110 100110

Color Harmonies of #BE0669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0669

Black with #BE0669

Text Example


Text Example

White with #BE0669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0669; }

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

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

background-color css

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

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

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

border-color css

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

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

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